Files
emacs/lisp
Dan Nicolaescu 89d9800051 * vc-bzr.el (vc-bzr-show-log-entry):
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.
2008-09-18 17:01:41 +00:00
..
2008-08-26 05:39:53 +00:00
2008-09-02 05:35:54 +00:00
2008-07-27 18:24:48 +00:00
2008-08-26 11:02:51 +00:00
2008-09-05 22:08:37 +00:00
2008-09-16 02:45:51 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-08-11 01:19:29 +00:00
2008-08-26 11:02:51 +00:00
2008-08-30 20:07:58 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 22:15:45 +00:00
2008-09-18 17:01:41 +00:00
2008-07-28 22:30:25 +00:00
2008-07-28 22:30:25 +00:00
2008-07-27 18:24:48 +00:00
2008-07-27 18:24:48 +00:00
2008-09-12 06:29:25 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-08-26 11:02:51 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-09-02 05:35:54 +00:00
2008-09-12 03:07:25 +00:00
2008-08-26 20:24:55 +00:00
2008-08-31 13:46:54 +00:00
2008-08-23 16:59:51 +00:00
2008-07-31 05:33:56 +00:00
2008-09-06 18:22:55 +00:00
2008-07-25 16:26:06 +00:00
2008-07-27 18:24:48 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-09-14 21:18:56 +00:00
2008-09-06 17:17:05 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-09-02 05:35:54 +00:00
2008-09-18 17:01:41 +00:00
2008-09-07 20:24:24 +00:00
2008-09-18 17:01:41 +00:00
2008-09-07 20:24:24 +00:00
2008-09-07 20:24:24 +00:00
2008-09-07 20:24:24 +00:00
2008-09-07 20:24:24 +00:00
2008-08-26 19:47:27 +00:00
2008-08-20 22:48:55 +00:00
2008-07-15 18:15:18 +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.