Files
emacs/lisp
2017-05-30 08:29:34 -07:00
..
2017-05-06 18:38:18 -07:00
2017-05-30 08:29:34 -07:00
2017-05-30 08:29:34 -07:00
2017-05-07 13:22:34 +02:00
2017-05-07 13:22:34 +02:00
2017-04-08 11:36:56 -04:00
2017-05-21 13:42:36 -07:00
2017-05-06 18:38:18 -07:00
2017-05-06 18:38:18 -07:00
2017-05-06 18:38:18 -07:00
2017-05-06 18:38:18 -07:00
2017-05-06 18:30:14 -07:00
2017-02-21 15:11:56 -05:00
2017-03-31 17:27:08 +09:00
2017-05-06 23:23:45 +02:00
2017-05-21 00:09:41 +01:00
2017-05-20 15:32:52 +02:00
2017-05-21 23:03:01 +02:00
2017-05-01 11:37:47 -04:00
2017-04-26 12:51:48 -04:00
2017-04-27 00:04:54 -04:00
2017-03-19 12:34:04 -07:00
2017-02-18 11:32:45 +02:00
2017-02-20 18:08:48 -08:00
2017-05-29 01:04:41 +01:00
2017-05-19 15:20:59 +03:00
2017-05-07 13:22:34 +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.