Files
emacs/lisp
2014-01-14 22:06:07 -05:00
..
2014-01-05 22:25:30 -08:00
2014-01-13 14:21:32 -08:00
2014-01-14 22:06:07 -05:00
2014-01-08 11:16:10 -08:00
2014-01-14 22:06:07 -05:00
2014-01-13 14:21:32 -08:00
2014-01-13 14:21:32 -08:00
2014-01-05 22:25:30 -08:00
2014-01-08 11:16:10 -08:00
2014-01-11 22:00:54 +09:00
2014-01-14 22:06:07 -05:00
2014-01-13 14:21:32 -08:00
2014-01-05 22:25:30 -08:00
2014-01-11 21:29:11 -08:00
2014-01-11 21:29:11 -08:00
2014-01-11 21:29:11 -08:00
2014-01-09 23:10:37 -08:00
2014-01-10 19:55:50 -08:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-14 00:13:13 -08:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-10 19:55:50 -08:00
2014-01-10 19:55:50 -08:00
2014-01-14 22:06:07 -05:00
2014-01-10 19:55:50 -08:00
2014-01-04 18:56:08 -08:00
2014-01-12 18:29:59 +08:00
2014-01-12 06:24:16 -05:00
2014-01-04 18:56:08 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-09 21:44:51 -05:00
2014-01-04 18:56:08 -08:00
2014-01-03 00:10:52 -05:00
2014-01-05 22:25:30 -08:00
2013-12-27 19:00:54 -05:00
2014-01-05 22:25:30 -08:00
2014-01-08 00:36:29 +01:00
2014-01-11 21:29:11 -08:00
2014-01-13 11:55:22 +01:00
2014-01-05 22:25:30 -08:00
2014-01-13 14:21:32 -08:00
2014-01-05 22:25:30 -08:00
2014-01-08 11:16:10 -08:00
2014-01-09 23:10:37 -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.