1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00
2005-08-25 11:06:31 +00:00
..
2005-07-14 20:05:30 +00:00
2005-08-24 11:54:25 +00:00
2005-08-23 20:05:50 +00:00
2005-08-25 11:01:15 +00:00
2005-08-25 10:58:57 +00:00
2005-08-25 08:25:51 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-25 11:06:31 +00:00
2005-07-02 15:46:32 +00:00
2005-08-06 22:13:43 +00:00
2005-08-18 11:30:44 +00:00
2005-08-06 22:13:43 +00:00
2005-08-09 11:26:13 +00:00
2005-08-06 22:13:43 +00:00
2005-08-23 21:01:24 +00:00
2005-07-20 17:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-07-04 23:32:44 +00:00
2005-08-11 02:01:27 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-09 20:38:35 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-15 13:00:09 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-09 02:52:15 +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.