Files
emacs/lisp
..
2003-07-11 13:15:05 +00:00
2003-07-20 19:04:48 +00:00
2003-05-17 23:28:38 +00:00
2003-05-27 18:38:40 +00:00
2003-05-28 11:16:22 +00:00
2003-07-04 18:29:49 +00:00
2003-05-18 18:27:57 +00:00
2003-05-28 11:21:36 +00:00
2003-05-09 22:37:44 +00:00
2003-07-13 17:16:31 +00:00
2003-05-30 23:30:10 +00:00
2003-05-09 22:37:44 +00:00
2003-05-09 22:37:44 +00:00
2003-06-01 23:07:31 +00:00
2003-05-08 19:18:33 +00:00
2003-07-06 19:09:10 +00:00
2003-06-11 04:00:33 +00:00
2003-05-31 15:33:09 +00:00
2003-07-14 20:45:43 +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.