1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00
2003-01-20 09:12:53 +00:00
..
2003-01-15 15:16:25 +00:00
2003-01-14 22:34:20 +00:00
2003-01-17 08:17:03 +00:00
2003-01-11 16:57:30 +00:00
2002-01-05 19:02:55 +00:00
2002-01-13 09:02:35 +00:00
2002-08-30 11:00:27 +00:00
2002-12-29 23:49:57 +00:00
2003-01-20 09:12:53 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2002-01-20 18:13:16 +00:00
2001-11-13 00:07:54 +00:00
2002-01-12 15:58:30 +00:00
2002-09-16 06:34:04 +00:00
2001-12-20 18:59:32 +00:00
2002-08-20 00:34:28 +00:00
2001-12-09 10:14:33 +00:00
2002-12-23 18:41:50 +00:00
2003-01-06 01:19:59 +00:00
2002-09-09 01:43:31 +00:00
2003-01-14 23:11:19 +00:00
2001-12-02 07:51:49 +00:00
2002-07-11 17:32:01 +00:00
2002-09-06 07:12:37 +00:00
2002-07-08 01:21:41 +00:00
2003-01-14 22:36:40 +00:00
2002-11-18 04:57:08 +00:00
2003-01-13 08:05:13 +00:00
2002-05-02 05:41:46 +00:00
2001-12-20 18:59:32 +00:00
2002-11-18 04:57:08 +00:00
2003-01-14 23:58:13 +00:00
2002-07-16 16:02:35 +00:00
2001-12-20 18:59:32 +00:00
2002-03-27 10:22:34 +00:00
2003-01-14 21:31:47 +00:00
2002-10-14 01:27:19 +00:00
2002-08-20 20:35:56 +00:00
2002-03-18 04:29:13 +00:00
2002-05-22 01:20:26 +00:00
2002-05-02 05:41:46 +00:00
2003-01-19 19:53:34 +00:00
2003-01-09 13:50:17 +00:00
2001-12-20 18:59:32 +00:00
2002-06-18 14:36:19 +00:00
2002-04-29 09:27:25 +00:00
2002-11-18 04:07:47 +00:00
2002-11-23 03:26:24 +00:00
2003-01-15 17:49:32 +00:00
2002-09-28 18:45:56 +00:00
2002-03-17 20:32:20 +00:00
2002-10-10 17:30:20 +00:00
2003-01-09 23:28:25 +00:00
2002-05-02 05:41:46 +00:00
2002-02-16 12:48:37 +00:00
2002-07-18 15:02:00 +00:00
2002-04-22 15:30:18 +00:00
2002-10-17 15:46:06 +00:00
2002-10-18 09:07:18 +00:00
2002-06-13 20:39:32 +00:00
2002-05-18 11:26:16 +00:00
2002-11-17 22:24:42 +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.