Files
emacs/lisp
Juri Linkov cd4a51695f Add variables read-char-choice-use-read-key and y-or-n-p-use-read-key
* lisp/subr.el (read-char-choice-use-read-key): New variable.
(read-char-choice): Use read-char-from-minibuffer when
read-char-choice-use-read-key is nil.
(y-or-n-p-use-read-key): New variable.
(y-or-n-p): Restore old code that calls read-key to use it when
y-or-n-p-use-read-key is non-nil.

* lisp/dired-aux.el (dired--no-subst-ask, dired-query):
* lisp/files.el (files--ask-user-about-large-file)
(hack-local-variables-confirm):
* lisp/userlock.el (ask-user-about-supersession-threat):
* lisp/wid-edit.el (widget-choose): Revert to use read-char-choice
instead of read-char-from-minibuffer.

https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg01919.html
2020-12-30 11:54:01 +02:00
..
2020-12-14 15:11:05 +01:00
2020-12-11 15:16:05 +01:00
2020-12-25 15:58:15 +02:00
2020-12-25 15:58:15 +02:00
2020-12-29 15:36:38 +01:00
2020-12-25 10:36:48 -08:00
2020-12-28 08:01:55 +01:00
2020-12-09 11:58:38 +01:00
2020-11-02 09:27:40 -08:00
2020-12-14 15:11:05 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-11-25 12:18:23 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-15 09:23:37 -08:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 13:17:25 +01:00
2020-12-25 10:36:48 -08:00
2020-11-19 20:44:55 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-18 14:35:09 +01:00
2020-12-09 11:58:38 +01:00
2020-12-08 13:57:44 +01:00
2020-12-04 10:46:34 +01:00
2020-10-31 11:41:53 +02:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 22:48:59 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-08 08:52:42 +01:00
2020-12-25 10:36:48 -08:00
2020-11-12 22:24:58 +01:00
2020-12-08 08:52:42 +01:00
2020-12-09 11:58:38 +01:00
2020-12-07 11:11:54 +01:00
2020-11-14 17:04:23 +01:00
2020-12-09 11:58:38 +01:00
2020-12-08 13:57:44 +01:00
2020-12-09 11:58:38 +01:00
2020-12-09 11:58:38 +01:00
2020-12-03 15:06:13 +01:00
2020-12-09 11:58:38 +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.