Files
emacs/lisp
2010-06-11 23:19:23 +02:00
..
2010-06-10 00:08:50 +02:00
2010-06-09 22:39:03 -07:00
2010-06-10 00:08:50 +02:00
2010-06-10 05:33:55 +00:00
2010-06-10 00:08:50 +02:00
2010-06-10 00:08:50 +02:00
2010-05-26 10:19:15 -04:00
2010-06-10 00:08:50 +02:00
2010-05-24 20:54:13 -04:00
2010-04-26 11:55:29 +02:00
2010-03-12 12:47:22 -05:00
2010-02-14 18:31:34 +01:00
2010-02-16 09:35:45 -05:00
2010-06-03 17:34:35 +02:00
2010-06-10 00:08:50 +02:00
2010-02-16 09:35:45 -05:00
2010-05-07 20:20:30 -04:00
2010-05-07 20:20:30 -04:00
2010-03-12 12:47:22 -05:00
2010-03-14 23:15:02 +02:00
2010-03-24 01:17:31 +01:00
2010-05-31 17:24:46 +02:00
2010-04-19 11:07:52 -04:00
2010-04-23 19:36:43 -07:00
2010-03-12 12:47:22 -05:00
2010-04-21 21:48:42 +02:00
2010-03-22 17:50:29 +01:00
2010-05-07 23:28:26 -04:00
2010-05-29 10:55:40 +03:00
2010-05-31 22:34:49 -04:00
2010-02-28 23:37:19 +00:00
2010-03-23 12:27:10 -04:00
2010-03-24 20:06:08 -04:00
2010-05-07 06:58:17 +00:00
2010-05-07 06:58:17 +00:00
2010-03-12 12:47:22 -05:00
2010-03-12 12:47:22 -05:00
2010-05-07 06:58:17 +00:00
2010-06-04 16:13:35 +02:00
2010-03-12 12:47:22 -05:00
2010-03-12 12:47:22 -05:00
2010-03-12 12:47:22 -05: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.