Files
emacs/lisp
Dan Nicolaescu 30cd7dc2bc (Todo): Add known problems.
(vc-dir-backend): New variable.
(vc-dir): Set it.
(vc-make-backend-object, vc-generic-status-printer)
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu): Use it.
(vc-generic-dir-headers): Remove, unused.
2008-05-18 07:53:08 +00:00
..
2008-05-16 02:05:17 +00:00
2008-05-16 01:29:55 +00:00
2008-05-12 12:40:12 +00:00
2008-05-14 04:28:51 +00:00
2008-05-10 17:34:32 +00:00
2008-05-12 12:39:46 +00:00
2008-05-18 07:53:08 +00:00
2008-05-06 08:10:42 +00:00
2008-05-08 14:46:34 +00:00
2008-05-08 11:53:29 +00:00
2008-05-14 01:56:27 +00:00
2008-05-17 06:22:22 +00:00
2008-05-08 13:31:31 +00:00
2008-05-06 16:29:23 +00:00
2008-05-16 18:15:26 +00:00
2008-05-18 07:53:08 +00:00
2008-05-07 12:52:22 +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.