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