Files
emacs/lisp
2010-11-26 11:19:00 +00:00
..
2010-11-10 20:09:02 -08:00
2010-11-15 12:41:33 -05:00
2010-11-25 19:10:16 -08:00
2010-10-24 17:36:09 -04:00
2010-11-17 22:54:14 -05:00
2010-11-09 20:24:47 -08:00
2010-11-09 20:24:47 -08:00
2010-10-24 17:36:09 -04:00
2010-11-09 20:24:47 -08:00
2010-11-22 14:22:03 -05:00
2010-11-19 14:25:17 +01:00
2010-10-25 19:59:05 -07:00
2010-11-09 20:24:47 -08:00
2010-11-17 22:54:14 -05:00
2010-10-31 10:40:01 -04:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-10-19 13:44:07 +02:00
2010-10-31 10:40:01 -04:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-09 20:24:47 -08:00
2010-11-08 21:53:18 -05:00
2010-11-17 22:54:14 -05:00
2010-11-02 20:49:04 -07: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.