Files
emacs/lisp
Glenn Morris d264b59abf Move to ../etc
2008-04-26 02:37:33 +00:00
..
2008-04-24 05:44:38 +00:00
2008-04-25 09:51:03 +00:00
2008-04-24 05:11:07 +00:00
2008-02-29 04:08:10 +00:00
2008-03-14 17:42:18 +00:00
2008-04-08 19:51:18 +00:00
2008-04-01 10:53:49 +00:00
2008-03-28 17:05:47 +00:00
2008-03-27 15:42:26 +00:00
2008-03-27 15:31:05 +00:00
2008-03-27 14:57:02 +00:00
2008-03-27 11:56:34 +00:00
2008-03-27 11:49:58 +00:00
2008-03-27 12:05:58 +00:00
2008-03-27 12:05:58 +00:00
2008-02-24 10:09:07 +00:00
2008-04-05 23:01:26 +00:00
2008-04-18 02:56:45 +00:00
2008-04-01 05:28:04 +00:00
2008-04-01 05:28:04 +00:00
2008-04-19 04:01:16 +00:00
2008-02-24 10:09:07 +00:00
2008-04-26 02:35:52 +00:00
2008-02-16 23:54:28 +00:00
2008-02-23 08:28:42 +00:00
2008-04-09 16:55:51 +00:00
2008-04-23 18:01:46 +00:00
2008-04-15 15:25:18 +00:00
2008-04-15 21:16:34 +00:00
2008-04-24 05:46:50 +00:00
2008-03-21 06:12:35 +00:00
2008-04-23 03:07:56 +00:00
2008-04-17 19:54:57 +00:00
2008-04-24 05:50:41 +00:00
2008-03-26 16:49:50 +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.