Files
emacs/lisp
2001-11-02 07:14:24 +00:00
..
2001-11-02 05:53:54 +00:00
2001-10-18 09:55:37 +00:00
2001-10-26 20:11:25 +00:00
2001-10-09 12:09:25 +00:00
2001-10-05 09:36:02 +00:00
2001-11-01 19:32:39 +00:00
2001-11-02 07:14:24 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-05 13:03:57 +00:00
2001-10-26 15:40:03 +00:00
2001-10-29 18:40:23 +00:00
2001-08-31 10:02:59 +00:00
2001-10-30 00:24:12 +00:00
2001-11-02 05:49:48 +00:00
2001-10-26 15:40:03 +00:00
2001-10-09 11:21:59 +00:00
2001-09-06 08:29:49 +00:00
2001-10-11 19:26:38 +00:00
2001-10-31 17:39:07 +00:00
2001-10-30 04:41:28 +00:00
2001-09-19 14:54:19 +00:00
2001-09-19 14:54:19 +00:00
2001-10-03 10:52:47 +00:00
2001-10-09 12:10:17 +00:00
2001-10-30 00:27:25 +00:00
2001-10-29 12:26:15 +00:00
2001-10-13 10:41:46 +00:00
2001-09-04 12:54:14 +00:00
2001-10-05 10:13:12 +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.