Files
emacs/lisp
Paul Eggert ca5256ad0a Fix file time stamp problem with bzr and CVS (Bug#12001).
* vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
in the file's time stamp, since the version control system loses
that information.
2012-08-23 21:05:25 -07:00
..
2012-08-22 13:34:50 -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-04-15 04:59:30 +02: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-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-21 23:41:35 +02:00
2012-06-02 18:56:09 +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-07-25 12:46:59 +02: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-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-21 21:29:22 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-15 01:10:38 +08:00
2012-07-10 07:51:54 -04:00
2012-04-10 04:45:10 +02:00
2012-05-04 22:50:20 -04:00
2012-07-10 07:51:54 -04:00
2012-05-03 23:13:18 -07:00
2012-08-14 21:48:39 +03:00
2012-07-10 07:51:54 -04:00
2012-08-03 14:51:11 +03:00
2012-08-07 11:57:05 +08:00
2012-07-17 04:15:06 -04: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.