1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00
Gerd Moellmann 170adbff11 (eval-expression-print-level): Change the type
of the defcustom to allow nil.
2001-08-30 11:20:45 +00:00
..
2001-08-09 14:21:12 +00:00
2001-08-30 09:20:39 +00:00
2001-08-20 10:36:41 +00:00
2001-08-30 07:36:15 +00:00
2001-08-27 22:23:09 +00:00
2001-02-07 23:06:47 +00:00
2001-07-16 11:39:42 +00:00
2001-08-08 20:11:46 +00:00
2001-08-29 14:53:53 +00:00
2001-08-30 10:54:51 +00:00
2001-02-14 20:23:45 +00:00
2001-02-15 00:07:38 +00:00
2001-06-08 12:08:28 +00:00
2001-06-08 12:08:28 +00:00
2001-07-13 10:39:10 +00:00
2001-08-17 10:59:05 +00:00
2001-08-29 15:02:01 +00:00
2001-08-29 15:02:01 +00:00
2001-06-17 10:44:45 +00:00
2001-05-08 12:31:31 +00:00
2001-08-14 12:39:53 +00:00
2001-08-28 14:42:56 +00:00
2001-08-06 14:28:36 +00:00
2001-07-16 18:41:09 +00:00
2001-05-11 20:42:58 +00:00
2001-08-15 09:06:32 +00:00
2001-08-16 13:18:10 +00:00
2001-08-21 18:19:55 +00:00
2001-07-13 12:59:13 +00:00
2001-07-14 11:21:08 +00:00
2001-08-09 14:52:02 +00:00
2001-08-02 11:40:26 +00:00
2001-07-16 12:46:31 +00:00
2001-08-20 20:56:08 +00:00
2001-07-14 11:21:08 +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.