Files
emacs/lisp
Stefan Merten 48a24920cc * rst.el: Revamp section title faces.
(rst-official-version)
(rst-package-emacs-version-alist): Sync with official version
V1.4.0.
(rst-faces-defaults, rst-set-level-default)
(rst-level-face-max, rst-level-face-base-color)
(rst-level-face-base-light, rst-level-face-format-light)
(rst-level-face-step-light, rst-define-level-faces): Obsolete.
(rst-adornment-faces-alist): Match new setup.
(rst-level-1, rst-level-2, rst-level-3, rst-level-4)
(rst-level-5, rst-level-6): New faces.
2012-09-22 11:16:00 +02:00
..
2012-08-16 00:12:37 +08:00
2012-08-24 17:53:39 +08:00
2012-08-31 18:04:26 -07:00
2012-07-10 07:51:54 -04:00
2012-05-03 23:13:18 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-04-15 04:59:30 +02:00
2012-05-28 23:16:49 -07:00
2012-04-15 04:59:30 +02:00
2012-04-15 04:59:30 +02:00
2012-05-28 23:16:49 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-09-18 13:14:42 +08:00
2012-08-21 23:41:35 +02:00
2012-09-18 13:14:42 +08:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-09-12 15:16:36 -04:00
2012-06-22 17:24:54 -04:00
2012-09-17 05:49:55 -04:00
2012-07-10 07:51:54 -04:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-21 21:29:22 -04:00
2012-09-01 07:17:44 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-04-10 04:45:10 +02:00
2012-05-04 22:50:20 -04:00
2012-07-10 07:51:54 -04:00
2012-08-31 18:04:26 -07:00
2012-09-01 15:03:06 -07:00
2012-08-14 21:48:39 +03:00
2012-07-10 07:51:54 -04:00
2012-08-03 14:51:11 +03:00
2012-08-26 03:29:37 -07:00
2012-07-17 04:15:06 -04: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.