Files
emacs/lisp
Richard M. Stallman fe33e7c83c (byte-compile-file-form-custom-declare-variable):
Call byte-compile-nogroup-warn if appropriate.
2005-05-19 15:39:21 +00:00
..
2005-05-16 07:03:28 +00:00
2005-05-19 08:25:58 +00:00
2005-05-18 10:17:18 +00:00
2005-05-19 13:15:44 +00:00
2005-05-17 17:23:36 +00:00
2005-05-14 11:24:17 +00:00
2005-05-17 15:55:16 +00:00
2005-05-16 03:31:32 +00:00
2005-04-23 15:38:07 +00:00
2005-04-23 16:41:33 +00:00
2005-04-23 16:38:41 +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.