Files
emacs/lisp
2009-03-27 18:34:58 +00:00
..
2009-01-31 22:10:22 +00:00
2009-03-13 20:45:14 +00:00
2009-03-03 10:18:45 +00:00
2009-03-14 03:04:22 +00:00
2009-03-25 17:47:17 +00:00
2009-03-13 20:37:43 +00:00
2009-03-19 00:58:19 +00:00
2009-03-27 15:58:16 +00:00
2009-02-03 23:32:38 +00:00
2009-03-01 19:24:15 +00:00
2009-02-21 03:18:42 +00:00
2009-02-25 20:33:19 +00:00
2009-03-19 09:35:58 +00:00
2009-02-01 22:32:43 +00:00
2009-03-22 20:09:34 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-03-13 19:43:38 +00:00
2009-02-25 20:33:19 +00:00
2009-02-26 01:00:05 +00:00
2009-03-13 19:43:38 +00:00
2009-02-25 12:31:58 +00:00
2009-02-10 05:26:52 +00:00
2009-02-26 01:06:51 +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.