Files
emacs/lisp
Lars Ingebrigtsen 0bd221b29f Fix problem of having the wrong window selected after saving foo.gpg
* lisp/epa.el (epa--select-keys): Restore the window configuration
after selecting the key to use (bug#43703).  This also ensures
that the buffer we were editing ends up as the current buffer
after saving it, instead of selecting a different window.
2020-09-30 17:36:39 +02:00
..
2020-09-09 07:51:14 -07:00
2020-09-26 10:50:12 +02:00
2020-09-25 15:15:21 +02:00
2020-09-21 14:26:42 +02:00
2020-09-21 14:26:42 +02:00
2020-09-21 14:26:42 +02:00
2020-09-30 11:19:41 +02:00
2020-09-22 13:38:16 +01:00
2020-08-15 13:37:38 +02:00
2020-09-23 20:03:19 +02:00
2020-09-22 01:01:36 +02:00
2020-09-27 09:37:10 -07:00
2020-09-21 14:26:42 +02:00
2020-09-21 14:26:42 +02:00
2020-08-18 07:51:05 -07:00
2020-09-27 00:50:39 +02:00
2020-08-31 19:13:30 +02:00
2020-09-20 11:36:52 +02:00
2020-09-27 09:37:10 -07:00
2020-08-18 23:19:09 +02:00
2020-09-17 16:32:18 +02:00
2020-09-21 14:26:42 +02:00
2020-09-09 20:12:45 +01:00
2020-08-19 12:49:11 +02:00
2020-09-21 14:26:42 +02:00
2020-09-21 14:26:42 +02:00
2020-09-01 06:27:54 -07:00
2020-09-27 09:37:10 -07:00
2020-09-25 13:25:14 +02:00
2020-09-17 11:13:54 +02:00
2020-09-21 14:26:42 +02:00
2020-08-18 19:02:52 +02:00
2020-09-21 14:26:42 +02:00
2020-09-21 14:26:42 +02:00
2020-09-20 11:36:52 +02:00
2020-09-21 14:26:42 +02:00
2020-09-21 14:26:42 +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.