Files
emacs/lisp
..
2006-06-29 22:54:24 +00:00
2006-07-05 07:44:35 +00:00
2006-07-05 07:44:35 +00:00
2006-06-04 22:00:54 +00:00
2006-04-30 15:49:08 +00:00
2006-05-21 08:33:46 +00:00
2006-05-05 23:36:55 +00:00
2006-07-03 15:53:33 +00:00
2006-04-26 05:50:51 +00:00
2006-03-23 07:05:33 +00:00
2006-06-28 12:11:43 +00:00
2006-03-17 21:29:33 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-06-07 16:39:16 +00:00
2006-06-07 16:39:16 +00:00
2006-04-30 15:49:08 +00:00
2006-07-05 07:44:35 +00:00
2006-04-30 15:49:08 +00:00
2006-05-30 08:10:16 +00:00
2006-06-02 03:30:24 +00:00
2006-07-05 08:05:29 +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.