Files
emacs/lisp
Basil L. Contovounesios a2ae2d2860 Fix pcase dontcare pattern in cl--sm-macroexpand
For discussion, see the following thread:
https://lists.gnu.org/r/emacs-devel/2021-03/msg00119.html

* lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix recently
uncovered use of old name for pcase--dontcare.
2021-03-04 00:57:28 +00:00
..
2021-02-18 16:50:55 +01:00
2021-02-08 09:10:57 +01:00
2021-02-18 16:50:55 +01:00
2021-03-01 19:50:02 +00:00
2021-02-28 23:23:41 +01:00
2021-02-08 00:25:16 +01:00
2021-02-06 08:10:38 -08:00
2021-02-27 16:19:37 +02:00
2021-02-06 08:10:38 -08:00
2021-02-28 22:21:55 +01:00
2021-02-28 19:26:06 +01:00
2021-02-19 08:36:56 -08:00
2021-02-10 14:42:51 +01:00
2021-03-01 21:58:43 +02:00
2021-02-08 09:10:57 +01:00
2021-03-01 06:27:02 -08:00
2021-02-28 00:07:32 +01:00
2021-02-23 21:05:30 +02:00
2021-01-14 07:50:28 -08:00
2021-03-01 04:38:38 +01:00
2021-02-19 08:36:55 -08:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.