Files
emacs/lisp
Karoly Lorentey b3be62d4c9 Merged in changes from CVS trunk.
Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-717
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718
   RCS keyword removal

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
   Update from CVS


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-272
2004-12-08 22:21:07 +00:00
..
2004-11-27 17:17:17 +00:00
2004-09-07 04:15:56 +00:00
2004-10-27 19:52:02 +00:00
2004-11-16 02:54:06 +00:00
2004-12-08 22:20:27 +00:00
2004-11-01 07:32:17 +00:00
2004-10-27 17:46:33 +00:00
2004-08-20 21:59:42 +00:00
2004-11-22 11:06:39 +00:00
2004-09-08 10:47:13 +00:00
2004-11-23 16:41:27 +00:00
2004-12-08 06:40:48 +00:00
2004-11-11 23:04:45 +00:00
2004-11-14 06:21:11 +00:00
2004-09-19 02:14:14 +00:00
2004-12-06 14:01:19 +00:00
2004-11-11 23:47:15 +00:00
2004-11-10 10:45:59 +00:00
2004-12-08 22:20:27 +00:00
2004-11-02 14:18:10 +00:00
2004-12-08 22:20:27 +00:00
2004-12-08 22:20:27 +00:00
2004-10-19 17:00:02 +00:00
2004-11-27 19:01:41 +00:00
2004-08-22 10:58:41 +00:00
2004-12-06 13:29:07 +00:00
2004-10-16 15:31:28 +00:00
2004-10-19 06:15:15 +00:00
2004-12-01 22:35:15 +00:00
2004-11-21 23:05:20 +00:00
2004-11-21 22:52:46 +00:00
2004-11-22 20:52:10 +00:00
2004-11-16 17:11:00 +00:00
2004-10-19 17:00:02 +00:00
2004-12-08 22:20:27 +00:00
2004-12-08 22:20:27 +00:00
2004-12-08 22:20:27 +00:00
2004-11-06 14:49:45 +00:00
2004-11-25 02:55:37 +00:00
2004-11-19 15:08:32 +00:00
2004-09-07 04:48:04 +00:00
2004-10-26 08:36:11 +00:00
2004-11-06 17:52:02 +00:00
2004-12-02 07:48:25 +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.