Files
emacs/lisp
2007-11-05 04:28:32 +00:00
..
2007-10-26 08:53:45 +00:00
2007-11-02 01:38:49 +00:00
2007-11-01 03:40:50 +00:00
2007-11-04 01:26:09 +00:00
2007-11-05 04:28:32 +00:00
2007-10-19 02:14:21 +00:00
2007-10-27 09:07:17 +00:00
2007-11-05 04:28:32 +00:00
2007-10-27 09:07:17 +00:00
2007-10-22 09:46:08 +00:00
2007-10-28 02:41:00 +00:00
2007-10-30 23:28:12 +00:00
2007-10-28 14:48:18 +00:00
2007-10-30 06:42:29 +00:00
2007-10-21 02:35:16 +00:00
2007-10-09 08:52:57 +00:00
2007-10-10 19:57:08 +00:00
2007-10-29 13:54:00 +00:00
2007-10-19 17:27:58 +00:00
2007-10-15 02:07:53 +00:00
2007-10-27 09:07:17 +00:00
2007-10-28 02:41:00 +00:00
2007-10-27 09:07:17 +00:00
2007-10-09 08:52:57 +00:00
2007-10-10 18:52:45 +00:00
2007-10-27 09:07:17 +00:00
2007-10-31 10:24:20 +00:00
2007-10-27 09:07:17 +00:00
2007-10-30 23:28:12 +00:00
2007-10-20 01:28:35 +00:00
2007-10-20 01:28:35 +00:00
2007-10-20 01:28:35 +00:00
2007-10-10 18:52:45 +00:00
2007-10-20 01:28:35 +00:00
2007-10-30 12:44:24 +00:00
2007-10-09 08:52:57 +00:00
2007-10-13 19:36:00 +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.