Files
emacs/lisp
..
2020-06-07 09:03:59 -07:00
2020-05-13 03:03:17 +01:00
2020-08-04 12:12:46 +02:00
2020-05-14 22:06:22 +02:00
2020-07-11 09:25:04 -07:00
2020-06-18 13:11:17 +01:00
2020-07-20 07:50:44 -07:00
2020-07-22 07:50:47 -07:00
2020-07-15 18:06:04 +02:00
2020-07-15 18:06:03 +02:00
2020-05-24 20:45:05 -04:00
2020-05-30 15:25:34 +03:00
2020-05-09 10:03:21 -07:00
2020-06-26 07:50:38 -07:00
2020-05-22 15:16:13 +01:00
2020-08-01 09:42:44 -07:00
2020-06-25 22:27:19 +03:00
2020-05-19 02:22:45 +02:00
2020-05-16 17:48:36 +02:00
2020-07-20 07:50:44 -07:00
2020-08-03 08:32:39 -07:00
2020-06-22 18:40:37 +03:00
2020-07-29 17:48:53 +02:00
2020-05-13 12:13:52 +02:00
2020-05-21 19:17:36 +03: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.