Files
emacs/lisp
Miles Bader b6f2cf4bfa Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 76-77)

   - Update from CVS: README: Addition from 5.10.6 tar ball.
   - Update from CVS
2006-04-05 04:02:36 +00:00
..
2006-03-11 12:16:32 +00:00
2006-03-25 00:55:09 +00:00
2006-04-01 14:32:13 +00:00
2006-01-22 12:19:11 +00:00
2006-03-25 11:34:47 +00:00
2006-03-27 20:23:22 +00:00
2006-02-15 11:10:56 +00:00
2006-02-06 15:23:23 +00:00
2006-02-25 00:31:44 +00:00
2006-02-25 00:31:44 +00:00
2006-02-10 11:07:50 +00:00
2006-02-06 15:23:23 +00:00
2006-04-03 17:53:24 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-21 11:39:46 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-03-23 07:05:33 +00:00
2006-03-31 23:47:02 +00:00
2006-02-06 15:23:23 +00:00
2006-03-17 21:29:33 +00:00
2006-03-27 20:33:33 +00:00
2006-02-20 22:14:54 +00:00
2006-02-06 15:23:23 +00:00
2006-01-29 23:03:30 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-03 15:57:56 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-03-20 15:08:28 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-03-14 10:20:51 +00:00
2006-03-05 13:09:26 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +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.