Files
emacs/lisp
Philip Kaludercic 392d66f6f5 Fix wrapping of 'previous-completion' at the beginning of buffer
* lisp/simple.el (next-completion): Prevent an error of
'previous-completion' at the beginning of completions buffer.
Also fix 'previous-completion' to wrap to the last completion.
(bug#54374)
2022-03-24 20:11:01 +02:00
..
2022-02-15 10:56:58 +01:00
2022-03-21 06:30:40 +01:00
2022-03-19 06:30:38 +01:00
2022-02-19 13:34:11 +01:00
2022-02-23 21:05:08 +01:00
2022-03-23 14:29:03 +01:00
2022-03-18 07:01:18 +01:00
2022-03-22 15:28:02 +01:00
2022-03-20 22:25:12 +02:00
2022-03-19 11:35:55 +08:00
2022-02-08 11:10:03 +01:00
2022-02-13 11:24:22 +01:00
2022-03-01 07:05:15 +01:00
2022-02-22 03:32:52 +01:00
2022-03-21 16:14:40 +01:00
2022-02-20 13:23:33 +01:00
2022-02-22 15:22:50 +01:00
2022-03-22 19:16:09 +01:00
2022-01-11 08:58:39 -08:00
2022-02-03 06:30:29 +01:00
2022-02-05 08:50:05 +01: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.