Files
emacs/lisp
2003-08-24 09:44:38 +00:00
..
2003-03-16 20:26:43 +00:00
2003-08-20 18:53:12 +00:00
2003-08-20 18:56:53 +00:00
2003-04-26 05:23:50 +00:00
2003-08-17 00:19:18 +00:00
2003-08-24 09:44:38 +00:00
2003-08-20 19:00:06 +00:00
2003-05-17 23:28:38 +00:00
2003-05-27 18:38:40 +00:00
2003-08-18 18:07:27 +00:00
2003-08-24 09:44:38 +00:00
2003-04-14 10:16:05 +00:00
2003-08-20 18:31:54 +00:00
2003-08-17 09:32:10 +00:00
2003-03-22 12:49:03 +00:00
2003-05-28 11:16:22 +00:00
2003-07-04 18:29:49 +00:00
2003-03-14 16:13:50 +00:00
2003-05-18 18:27:57 +00:00
2003-05-28 11:21:36 +00:00
2003-08-05 00:24:27 +00:00
2003-05-09 22:37:44 +00:00
2003-08-01 23:40:00 +00:00
2003-07-13 17:16:31 +00:00
2003-05-09 22:37:44 +00:00
2003-05-09 22:37:44 +00:00
2003-06-01 23:07:31 +00:00
2003-07-25 04:59:09 +00:00
2003-04-01 18:03:13 +00:00
2003-07-06 19:09:10 +00:00
2003-06-11 04:00:33 +00:00
2003-04-02 21:24:56 +00:00
2003-07-14 20:45:43 +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.