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