Files
emacs/lisp
Dan Nicolaescu 837b0e99c5 * vc-mtn.el (vc-mtn-annotate-command):
* vc-svn.el (vc-svn-annotate-command): Run asynchronously.
2009-09-14 04:42:04 +00:00
..
2009-08-30 05:12:46 +00:00
2009-07-22 03:03:51 +00:00
2009-09-13 02:16:25 +00:00
2009-09-11 03:40:55 +00:00
2009-09-05 17:47:06 +00:00
2009-08-28 09:50:05 +00:00
2009-01-10 22:53:56 +00:00
2009-08-22 19:29:18 +00:00
2009-01-15 03:16:42 +00:00
2009-03-19 09:35:58 +00:00
2009-07-08 02:34:23 +00:00
2009-02-01 22:32:43 +00:00
2009-09-11 06:50:49 +00:00
2009-08-28 04:21:14 +00:00
2009-01-31 22:10:22 +00:00
2009-09-13 02:14:25 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-06-23 08:27:58 +00:00
2009-08-14 04:47:38 +00:00
2009-09-13 02:14:25 +00:00
2009-01-10 23:04:53 +00:00
2009-06-19 00:45:43 +00:00
2009-01-10 13:16:08 +00:00
2009-08-22 21:46:56 +00:00
2009-06-19 17:10:15 +00:00
2009-09-11 03:40:35 +00:00
2009-03-13 19:43:38 +00:00
2009-07-17 23:27:28 +00:00
2009-06-23 07:43:17 +00:00
2009-09-12 02:42:22 +00:00
2009-07-25 09:31:05 +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.