Files
emacs/lisp
Richard M. Stallman e6d9ec82b7 Maintained by FSF.
2004-05-22 21:52:34 +00:00
..
2004-05-15 22:46:27 +00:00
2004-05-22 07:44:30 +00:00
2004-05-09 15:01:17 +00:00
2004-05-22 21:52:34 +00:00
2004-05-15 10:01:04 +00:00
2004-05-22 07:44:30 +00:00
2004-04-21 22:31:19 +00:00
2004-05-06 18:41:32 +00:00
2004-04-30 21:06:00 +00:00
2004-05-04 13:33:20 +00:00
2004-04-21 22:35:10 +00:00
2004-05-01 03:44:30 +00:00
2004-04-27 22:42:58 +00:00
2004-05-06 04:34:38 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-04-27 13:12:07 +00:00
2004-04-20 20:58:30 +00:00
2004-05-02 17:26:52 +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.