Files
emacs/lisp
2012-10-01 04:45:25 +02:00
..
2012-08-16 00:12:37 +08:00
2012-08-24 17:53:39 +08:00
2012-08-24 17:53:39 +08:00
2012-08-24 17:53:39 +08:00
2012-03-31 13:22:04 -07:00
2012-08-24 17:53:39 +08:00
2012-08-20 22:13:16 +08:00
2012-03-03 18:45:04 -08:00
2012-03-11 19:02:48 +01:00
2012-04-20 15:32:35 +08:00
2012-10-01 04:45:25 +02:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-04-05 09:29:19 +02:00
2012-02-02 18:07:29 +09:00
2012-06-01 17:51:00 +08:00
2012-05-28 11:48:29 +02:00
2012-02-08 21:40:41 -05:00
2012-03-28 00:24:26 -07:00
2012-05-15 23:43:06 +08:00
2012-06-24 07:22:20 -04:00
2012-10-01 04:45:25 +02:00
2012-09-01 07:17:44 -04:00
2012-03-10 15:58:54 +08:00
2012-04-20 17:41:27 +08:00
2012-03-16 00:21:23 -07:00
2012-08-09 23:53:52 -07:00
2012-01-15 11:12:31 +08:00
2012-02-11 15:06:46 -08: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.