Files
emacs/lisp
..
2007-06-11 00:56:04 +00:00
2007-06-06 22:42:31 +00:00
2007-06-07 20:14:45 +00:00
2007-04-05 06:29:42 +00:00
2007-06-11 22:06:36 +00:00
2007-05-16 12:05:58 +00:00
2007-06-09 03:19:04 +00:00
2007-05-01 09:33:51 +00:00
2007-05-25 16:42:10 +00:00
2007-06-08 10:09:24 +00:00
2007-06-12 16:33:39 +00:00
2007-05-22 08:23:36 +00:00
2007-06-02 11:09:52 +00:00
2007-04-06 17:05:39 +00:00
2007-05-16 13:15:23 +00:00
2007-05-16 13:16:02 +00:00
2007-05-16 13:16:40 +00:00
2007-05-17 17:08:08 +00:00
2007-06-12 23:58:38 +00:00
2007-06-13 00:03:49 +00:00
2007-05-18 22:56:08 +00:00
2007-06-13 00:03:28 +00:00
2007-04-22 13:44:43 +00:00
2007-05-16 14:08:48 +00:00
2007-06-11 20:00:35 +00:00
2007-06-11 18:41:09 +00:00
2007-06-07 07:20:11 +00:00
2007-04-10 19:35:34 +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.