Files
emacs/lisp
2001-07-17 07:37:19 +00:00
..
2001-07-17 07:37:19 +00:00
2001-07-17 07:37:19 +00:00
2001-07-16 11:39:42 +00:00
2001-07-17 07:37:19 +00:00
2001-06-08 12:08:28 +00:00
2001-06-08 12:08:28 +00:00
2001-07-14 11:21:08 +00:00
2001-07-13 10:39:10 +00:00
2001-06-17 10:44:45 +00:00
2001-05-08 12:31:31 +00:00
2001-07-16 18:41:09 +00:00
2001-05-11 20:42:58 +00:00
2001-07-16 14:36:26 +00:00
2001-07-13 12:59:13 +00:00
2001-07-14 11:21:08 +00:00
2001-07-04 15:51:18 +00:00
2001-07-16 14:19:17 +00:00
2001-07-16 12:46:31 +00:00
2001-07-14 11:21:08 +00: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.