Files
emacs/lisp
Miles Bader 597993cf44 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Creator:  Michael Olson <mwolson@gnu.org>

Install ERC.
2006-01-29 13:08:58 +00:00
..
2006-01-27 19:32:05 +00:00
2006-01-22 12:19:11 +00:00
2005-12-26 21:22:55 +00:00
2006-01-20 01:31:01 +00:00
2005-12-19 07:04:44 +00:00
2005-12-30 21:54:32 +00:00
2006-01-13 02:36:49 +00:00
2006-01-19 19:29:20 +00:00
2005-12-12 05:20:41 +00:00
2006-01-24 13:38:07 +00:00
2005-12-12 05:18:19 +00:00
2006-01-23 01:19:35 +00:00
2006-01-19 17:50:42 +00:00
2005-12-30 13:20:23 +00:00
2005-11-11 02:54:08 +00:00
2005-12-20 17:39:47 +00:00
2005-11-22 19:25:50 +00:00
2006-01-17 00:51:53 +00:00
2006-01-20 01:21:18 +00:00
2005-11-16 22:44:53 +00:00
2005-12-19 07:04:44 +00:00
2006-01-26 17:54:27 +00:00
2006-01-12 02:27:35 +00:00
2006-01-26 17:58:14 +00:00
2005-12-03 14:35:38 +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.