1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00
André Spiegel e39bd8ac22 (vc-rcs-checkin): By default, always specify the
current branch of the working file for check-in.
2002-12-26 14:38:20 +00:00
..
2002-12-15 19:57:31 +00:00
2002-12-11 06:56:22 +00:00
2002-11-29 18:15:21 +00:00
#
2002-12-26 14:11:34 +00:00
2002-12-25 21:12:01 +00:00
2002-12-23 18:41:50 +00:00
2002-12-23 18:40:55 +00:00
2002-11-18 04:57:08 +00:00
2002-11-18 04:57:08 +00:00
2002-12-22 22:04:51 +00:00
2002-12-16 01:22:06 +00:00
2002-11-18 04:07:47 +00:00
2002-11-23 03:26:24 +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.