Files
emacs/lisp
Miles Bader e952b71136 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1153
2008-05-10 05:34:55 +00:00
..
2008-05-09 22:31:03 +00:00
2008-05-06 23:44:24 +00:00
2008-05-10 05:34:55 +00:00
2008-05-10 04:39:08 +00:00
2008-05-06 08:10:42 +00:00
2008-05-08 14:46:34 +00:00
2008-05-08 11:53:29 +00:00
2008-05-08 13:31:31 +00:00
2008-05-06 16:29:23 +00:00
2008-05-07 18:16:28 +00:00
2008-05-10 03:58:11 +00:00
2008-05-10 03:58:11 +00:00
2008-05-10 04:39:08 +00:00
2008-05-07 12:52:22 +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.