Files
emacs/lisp
Miles Bader de20e0ccdb Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
2006-08-16 14:08:49 +00:00
..
2006-08-16 14:08:49 +00:00
2006-07-19 00:42:56 +00:00
2006-08-13 17:04:56 +00:00
2006-08-16 14:08:49 +00:00
2006-08-16 14:08:49 +00:00
2006-08-16 14:08:49 +00:00
2006-06-17 20:57:37 +00:00
2006-06-17 20:57:37 +00:00
2006-08-11 15:42:48 +00:00
2006-07-10 18:52:13 +00:00
2006-08-16 14:08:49 +00:00
2006-08-16 14:08:49 +00:00
2006-08-16 14:08:49 +00:00
2006-08-03 11:45:23 +00:00
2006-08-03 11:45:23 +00:00
2006-08-16 14:08:49 +00:00
2006-08-16 14:08:49 +00:00
2006-06-04 22:00:54 +00:00
2006-08-04 00:50:18 +00:00
2006-08-16 05:05:08 +00:00
2006-08-16 14:08:49 +00:00
2006-04-30 15:49:08 +00:00
2006-07-06 08:59:39 +00:00
2006-05-21 08:33:46 +00:00
2006-08-03 11:45:23 +00:00
2006-05-05 23:36:55 +00:00
2006-08-10 04:31:21 +00:00
2006-08-16 14:08:49 +00:00
2006-04-26 05:50:51 +00:00
2006-08-16 14:08:49 +00:00
2006-08-03 11:45:23 +00:00
2006-08-08 20:53:10 +00:00
2006-07-08 15:53:01 +00:00
2006-03-23 07:05:33 +00:00
2006-07-09 01:59:34 +00:00
2006-08-16 14:08:49 +00:00
2006-07-19 00:42:56 +00:00
2006-03-17 21:29:33 +00:00
2006-08-03 00:40:58 +00:00
2006-06-07 18:05:10 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-08-03 11:45:23 +00:00
2006-06-07 18:05:10 +00:00
2006-07-23 21:13:13 +00:00
2006-04-30 15:49:08 +00:00
2006-06-07 16:39:16 +00:00
2006-06-07 16:39:16 +00:00
2006-04-30 15:49:08 +00:00
2006-08-16 14:08:49 +00:00
2006-04-30 15:49:08 +00:00
2006-05-30 08:10:16 +00:00
2006-08-03 11:45:23 +00:00
2006-08-03 11:45:23 +00:00
2006-06-09 02:18:00 +00:00
2006-07-06 08:59:39 +00:00
2006-03-14 10:20:51 +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.