Files
emacs/lisp
2001-11-29 08:39:56 +00:00
..
2001-11-28 03:06:45 +00:00
2001-11-19 23:09:28 +00:00
2001-11-27 04:20:52 +00:00
2001-11-29 00:49:32 +00:00
2001-11-29 08:39:56 +00:00
2001-11-28 20:55:38 +00:00
2001-11-16 14:15:23 +00:00
2001-11-25 05:38:00 +00:00
2001-11-29 08:39:56 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-11-16 18:37:52 +00:00
2001-11-16 14:22:03 +00:00
2001-11-27 15:52:52 +00:00
2001-11-17 00:47:42 +00:00
2001-11-28 07:12:25 +00:00
2001-11-25 00:12:11 +00:00
2001-11-27 04:30:43 +00:00
2001-11-11 19:23:13 +00:00
2001-11-09 14:58:21 +00:00
2001-11-16 23:59: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.