Files
emacs/lisp
Richard M. Stallman 6a48af06df Comment change.
2001-12-28 22:28:05 +00:00
..
2001-12-20 19:01:00 +00:00
2001-12-11 07:36:30 +00:00
2001-12-27 03:23:50 +00:00
2001-12-24 06:04:36 +00:00
2001-12-28 22:28:05 +00:00
2001-12-22 13:39:18 +00:00
2001-11-16 14:15:23 +00:00
2001-12-09 13:13:13 +00:00
2001-12-20 19:01:00 +00:00
2001-12-28 19:07:02 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-12-18 21:39:17 +00:00
2001-11-13 00:07:54 +00:00
2001-11-16 18:37:52 +00:00
2001-12-20 18:59:32 +00:00
2001-12-26 21:27:54 +00:00
2001-12-20 18:59:32 +00:00
2001-12-09 10:14:33 +00:00
2001-12-04 21:24:17 +00:00
2001-12-21 09:06:29 +00:00
2001-12-20 18:59:32 +00:00
2001-12-02 07:51:49 +00:00
2001-12-11 06:04:14 +00:00
2001-12-20 19:01:00 +00:00
2001-12-02 04:08:55 +00:00
2001-12-03 06:09:24 +00:00
2001-12-24 16:39:31 +00:00
2001-12-28 02:13:58 +00:00
2001-12-11 07:32:00 +00:00
2001-12-20 18:59:32 +00:00
2001-12-11 07:33:06 +00:00
2001-12-22 13:35:14 +00:00
2001-12-28 02:11:59 +00:00
2001-11-30 09:42:52 +00:00
2001-12-20 18:59:32 +00:00
2001-12-25 11:03:46 +00:00
2001-12-19 16:46:50 +00:00
2001-12-18 17:43:09 +00:00
2001-12-20 19:01:00 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 19:01:00 +00:00
2001-12-20 18:59:32 +00:00
2001-11-17 00:47:42 +00:00
2001-12-25 11:10:03 +00:00
2001-12-18 16:42:38 +00:00
2001-12-02 07:39:23 +00:00
2001-11-27 04:30:43 +00:00
2001-11-11 19:23:13 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 19:01:00 +00:00
2001-12-20 19:01:00 +00:00
2001-12-20 18:59:32 +00:00
2001-11-16 23:59:51 +00:00
2001-12-14 22:12:30 +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.