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