Files
emacs/lisp
Richard M. Stallman ccc41714e7 (compilation-error-regexp-alist): Don't include colon and space after
a file name as part of the name.
2002-11-13 11:51:04 +00:00
..
2002-11-05 14:39:32 +00:00
2002-11-12 16:46:19 +00:00
2002-10-01 20:27:23 +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-11-11 15:09:13 +00:00
2002-09-09 01:43:31 +00:00
2002-09-06 07:12:37 +00:00
2002-10-18 08:52:37 +00:00
2002-09-06 07:14:29 +00:00
2002-11-13 11:40:15 +00:00
2002-07-16 16:02:35 +00:00
2002-10-14 01:27:19 +00:00
2002-08-20 20:35:56 +00:00
2002-11-07 20:58:36 +00:00
2002-09-08 21:38:11 +00:00
2002-10-26 22:32:46 +00:00
2002-09-27 17:47:38 +00:00
2002-09-28 18:45:56 +00:00
2002-10-10 17:30:20 +00:00
2002-10-29 23:42:00 +00:00
2002-10-14 01:27:19 +00:00
2002-07-18 15:02:00 +00:00
2002-10-17 15:46:06 +00:00
2002-11-03 15:08:29 +00:00
2002-10-18 09:07:18 +00:00
2002-09-14 17:35:32 +00:00
2002-10-17 16:46:28 +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.