Files
emacs/lisp
Glenn Morris f3445fab9f (var): Define for compiler.
Delete trailing whitespace.
2009-09-19 21:11:40 +00:00
..
2009-09-19 21:11:40 +00:00
2009-09-19 20:58:19 +00:00
2009-09-13 02:16:25 +00:00
2009-09-15 08:11:42 +00:00
2009-09-18 07:07:33 +00:00
2009-09-17 23:49:15 +00:00
2009-08-28 09:50:05 +00:00
2009-08-22 19:29:18 +00:00
2009-09-19 21:11:40 +00:00
2009-09-18 16:59:36 +00:00
2009-08-28 04:21:14 +00:00
2009-09-13 02:14:25 +00:00
2009-08-14 04:47:38 +00:00
2009-09-13 02:14:25 +00:00
2009-08-22 21:46:56 +00:00
2009-09-11 03:40:35 +00:00
2009-09-12 02:42:22 +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.