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