Files
emacs/lisp
Chong Yidong 647bc5022f Allow hiding of modified custom widgets.
* cus-edit.el (custom-variable, custom-face): Combine the
:inhibit-magic and :display-style properties into a single
:custom-style property.
(custom-toggle-hide-variable, custom-toggle-hide-face): New
functions.  If hiding an edited value, save it to :shown-value.
(custom-variable-value-create, custom-face-value-create): Use
them.
(custom-magic-reset): Allow magic property to be unset.

* cus-theme.el (custom-theme-add-var-1)
(custom-theme-add-face-1): Use the :custom-style property.

* custom.el: (custom-theme-load-path): Doc fix.
2010-10-16 16:36:20 -04:00
..
2010-10-14 16:32:27 +02:00
2010-10-14 16:32:27 +02:00
2010-09-25 14:51:55 -07:00
2010-10-16 01:55:08 +00:00
2010-10-14 16:32:27 +02:00
2010-09-08 19:34:25 -07:00
2010-08-20 00:33:06 -07:00
2010-07-10 14:52:53 -04:00
2010-07-24 13:53:19 +02:00
2010-09-27 16:56:27 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-09-20 03:20:32 +02:00
2010-09-20 03:20:32 +02:00
2010-09-06 12:38:03 -04:00
2010-10-08 12:14:47 +02:00
2010-09-01 16:13:21 +09:00
2010-10-08 12:14:47 +02:00
2010-05-07 20:20:30 -04:00
2010-09-23 19:59:16 -07:00
2010-09-25 14:04:35 +02:00
2010-10-07 10:30:10 -07:00
2010-07-10 14:52:53 -04:00
2010-04-21 21:48:42 +02:00
2010-10-06 19:32:52 -07:00
2010-09-23 19:59:16 -07:00
2010-09-25 14:42:48 -07:00
2010-08-30 15:57:42 +02:00
2010-08-30 15:03:05 +02:00
2010-10-14 16:32:27 +02:00
2010-10-14 16:32:27 +02:00
2010-09-14 16:41:53 +02:00
2010-09-02 11:47:08 +02:00
2010-10-08 12:14:47 +02:00
2010-09-02 12:17:02 +02:00
2010-09-06 12:24:32 -04:00
2010-09-28 01:25:27 +02:00
2010-09-25 14:42:48 -07: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.