Files
emacs/lisp
Richard M. Stallman dea0ee2019 (bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.
2002-09-18 16:14:30 +00:00
..
2002-09-09 19:37:19 +00:00
2002-09-06 07:22:02 +00:00
2002-09-16 19:32:53 +00:00
2002-09-12 03:19:25 +00:00
2002-08-30 11:03:28 +00:00
2002-08-30 11:00:27 +00:00
2002-09-16 06:34:04 +00:00
2002-08-20 00:34:28 +00:00
2002-09-08 21:40:05 +00:00
2002-09-09 01:43:31 +00:00
2002-09-06 07:12:37 +00:00
2002-09-06 07:14:29 +00:00
2002-09-08 21:40:05 +00:00
2002-09-11 21:28:51 +00:00
2002-07-16 16:02:35 +00:00
2002-09-18 16:01:43 +00:00
2002-08-05 16:26:03 +00:00
2002-08-20 20:35:56 +00:00
2002-09-09 21:05:22 +00:00
2002-09-13 07:18:27 +00:00
2002-09-08 21:38:11 +00:00
2002-08-26 10:21:39 +00:00
2002-09-06 10:11:30 +00:00
2002-07-18 15:02:00 +00:00
2002-09-04 20:49:35 +00:00
2002-09-14 17:35:32 +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.