Files
emacs/lisp
Chong Yidong 9af577566a Allow use of vc-root-* commands in *vc-log* buffers.
* lisp/vc/log-edit.el (log-edit-vc-backend): New variable.
(log-edit): Doc fix.

* lisp/vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.

* lisp/vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
argument of log-edit to set up all local variables.
(vc-start-logentry): New optional arg specifying VC backend.

* lisp/vc/vc.el (vc-checkin): Use it.
(vc-deduce-fileset): Handle Log Edit buffers.
(vc-diff): Make first argument optional too.
2012-07-11 12:35:13 +08:00
..
2012-07-10 00:30:01 +02:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-15 16:47:31 +02:00
2012-06-01 17:51:00 +08:00
2012-07-10 07:51:54 -04:00
2012-06-05 13:47:27 -04:00
2012-07-02 01:00:05 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-05-03 23:13:18 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-02-24 14:32:46 -05:00
2012-04-15 04:59:30 +02:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-05-28 23:16:49 -07:00
2012-04-15 04:59:30 +02:00
2012-04-15 04:59:30 +02:00
2012-05-28 23:16:49 -07:00
2012-04-05 09:29:19 +02:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-03 16:28:17 -07:00
2012-06-02 18:56:09 +08:00
2012-06-22 15:30:33 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-05-04 13:14:14 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-22 17:24:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-22 17:24:54 -04:00
2012-07-10 07:51:54 -04:00
2012-05-04 13:14:14 +08:00
2012-07-10 07:51:54 -04:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-07-03 09:12:22 +02:00
2012-07-10 07:51:54 -04:00
2012-06-24 07:22:20 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-17 01:53:31 -07:00
2012-07-10 07:51:54 -04:00
2012-07-01 06:23:35 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-06 00:45:23 -07:00
2012-05-06 12:19:11 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-04-10 04:45:10 +02:00
2012-07-10 07:51:54 -04:00
2012-05-04 22:50:20 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-22 17:24:54 -04:00
2012-06-22 17:24:54 -04:00
2012-05-03 23:13:18 -07:00
2012-06-28 12:40:24 +02:00
2012-05-03 23:13:18 -07:00
2012-07-10 07:51:54 -04:00
2012-06-22 15:30:33 +08:00
2012-02-11 15:06:46 -08:00
2012-07-05 00:14:05 +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.