Files
emacs/lisp
Jim Porter 239db5d516 Revert commits dafa6d6bad and 72c45fa910
These were there to work around deficiencies in how Eshell produces
completions for 'pcomplete-argument' (Eshell passed various non-string
objects to Pcomplete, which broke things).  Now, Eshell always returns
a stringified form of the argument, with the original value stored via
the text property 'pcomplete-arg-value'.

* lisp/pcomplete.el (pcomplete-arg): Revert changes back to a simpler
form.
2023-10-10 13:00:38 -07:00
..
2023-10-07 03:46:48 -04:00
2023-10-07 03:48:00 -04:00
2023-09-30 13:50:07 -04:00
2023-10-07 03:46:48 -04:00
2023-09-26 09:29:39 +02:00
2023-09-16 07:36:49 -04:00
2023-10-08 10:42:47 +08:00
2023-09-02 18:57:11 +02:00
2023-09-09 04:33:47 -04:00
2023-09-09 04:32:45 -04:00
2023-09-23 09:32:57 -04:00
2023-10-07 03:48:00 -04:00
2023-09-09 04:33:47 -04:00
2023-10-07 03:46:48 -04:00
2023-09-09 04:32:45 -04:00
2023-09-18 10:19:49 +02:00
2023-09-11 02:16:59 +02:00
2023-10-07 03:46:48 -04:00
2023-09-16 07:36:49 -04:00
2023-09-16 07:36:49 -04:00
2023-09-23 09:41:11 -04:00
2023-09-16 07:36:49 -04:00
2023-10-07 03:46:48 -04:00
2023-09-25 10:32:36 +03:00
2023-09-30 13:50:07 -04:00
2023-10-07 03:46:48 -04:00
2023-09-17 16:49:21 +02: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.