Files
emacs/lisp
Juri Linkov a4deefedf3 (font-lock-faces): Rename this defgroup from
`font-lock-highlighting-faces'.
(font-lock-comment-face, font-lock-comment-delimiter-face)
(font-lock-string-face, font-lock-doc-face)
(font-lock-keyword-face, font-lock-builtin-face)
(font-lock-function-name-face, font-lock-variable-name-face)
(font-lock-type-face, font-lock-constant-face)
(font-lock-warning-face, font-lock-negation-char-face)
(font-lock-preprocessor-face)
(font-lock-regexp-grouping-backslash)
(font-lock-regexp-grouping-construct): Rename :group from
`font-lock-highlighting-faces' to `font-lock-faces'.
2005-11-17 07:16:45 +00:00
..
2005-11-01 09:31:26 +00:00
2005-11-16 22:21:16 +00:00
2005-10-21 01:25:46 +00:00
2005-11-02 21:43:21 +00:00
2005-10-16 17:06:40 +00:00
2005-10-28 16:19:16 +00:00
2005-08-31 13:47:26 +00:00
2005-08-06 22:13:43 +00:00
2005-11-17 05:32:33 +00:00
2005-09-09 12:35:04 +00:00
2005-10-07 13:59:20 +00:00
2005-10-09 15:40:00 +00:00
2005-09-05 19:50:02 +00:00
2005-10-16 21:49:00 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-09 11:26:13 +00:00
2005-08-06 22:13:43 +00:00
2005-10-18 09:46:34 +00:00
2005-11-14 22:19:28 +00:00
2005-09-15 13:09:46 +00:00
2005-07-20 17:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-11-04 17:24:09 +00:00
2005-11-11 02:54:08 +00:00
2005-10-28 17:06:03 +00:00
2005-11-16 02:26:37 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-09-08 18:42:37 +00:00
2005-09-18 12:25:02 +00:00
2005-10-15 12:04:34 +00:00
2005-11-16 22:44:53 +00:00
2005-10-14 09:05:15 +00:00
2005-11-16 22:18:46 +00:00
2005-10-02 03:11:03 +00:00
2005-08-25 17:04:43 +00:00
2005-10-26 08:38:07 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-08-06 22:13:43 +00:00
2005-11-15 17:13:22 +00:00
2005-08-06 22:13:43 +00:00
2005-10-28 21:03:35 +00:00
2005-09-18 12:25:02 +00:00
2005-10-23 13:30:15 +00:00
2005-11-16 22:15:59 +00:00
2005-11-03 03:56:38 +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.