Files
emacs/lisp
2002-12-08 22:50:32 +00:00
..
2002-10-16 16:25:57 +00:00
2002-12-08 22:48:16 +00:00
2002-12-01 12:19:36 +00:00
2002-12-08 22:50:32 +00:00
2002-11-07 07:32:07 +00:00
2002-06-27 20:15:23 +00:00
2002-06-06 11:32:13 +00:00
2002-02-26 02:37:58 +00:00
2002-02-23 22:31:02 +00:00
2002-02-26 19:53:56 +00:00
2002-07-03 22:47:00 +00:00
2002-06-10 16:09:36 +00:00
2002-11-07 06:33:32 +00:00
2002-10-05 19:00:51 +00:00
2002-07-03 22:47:00 +00:00
2002-02-25 17:44:03 +00:00
2002-02-16 12:48:37 +00:00
2002-03-01 02:00:58 +00:00
2002-09-09 22:19:53 +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.