Files
emacs/lisp
Colin Walters 7743d0332f Remove.
2001-11-22 20:35:42 +00:00
..
2001-11-22 20:35:42 +00:00
2001-11-22 14:55:55 +00:00
2001-11-19 23:09:28 +00:00
2001-11-18 03:56:19 +00:00
2001-11-19 19:12:31 +00:00
2001-10-18 09:55:37 +00:00
2001-11-16 14:15:23 +00:00
2001-07-16 11:39:42 +00:00
2001-08-08 20:11:46 +00:00
2001-11-01 19:32:39 +00:00
2001-11-22 20:35:42 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2001-11-03 23:53:10 +00:00
2001-10-06 09:57:20 +00:00
2001-11-16 18:37:52 +00:00
2001-10-06 09:57:20 +00:00
2001-11-16 14:22:03 +00:00
2001-10-26 15:40:03 +00:00
2001-10-29 18:40:23 +00:00
2001-11-21 12:04:17 +00:00
2001-08-31 10:02:59 +00:00
2001-11-19 06:21:29 +00:00
2001-11-21 01:30:35 +00:00
2001-10-26 15:40:03 +00:00
2001-10-09 11:21:59 +00:00
2001-09-06 08:29:49 +00:00
2001-10-11 19:26:38 +00:00
2001-08-21 18:19:55 +00:00
2001-10-31 17:39:07 +00:00
2001-10-30 04:41:28 +00:00
2001-09-19 14:54:19 +00:00
2001-09-19 14:54:19 +00:00
2001-11-17 00:47:42 +00:00
2001-07-13 12:59:13 +00:00
2001-10-09 12:10:17 +00:00
2001-07-14 11:21:08 +00:00
2001-11-11 19:23:13 +00:00
2001-11-04 02:20:18 +00:00
2001-08-09 14:52:02 +00:00
2001-11-03 16:59:11 +00:00
2001-11-09 14:58:21 +00:00
2001-11-15 10:31:17 +00:00
2001-11-16 23:59:51 +00:00
2001-08-20 20:56:08 +00:00
2001-10-05 10:13:12 +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.