Files
emacs/lisp
Chong Yidong 928f4e732d Drop use of unsafep for checking Custom themes; bugfixes.
* lisp/custom.el (load-theme): Define return value.  Drop use of
unsafep; call custom-theme-load-confirm for non-known-safe themes.
(custom-theme-load-confirm): Scroll in the correct window.
(custom-enabled-themes): Add custom-safe-themes to :set-after.

* lisp/cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
checkbox if load-theme fails.
2011-02-01 12:34:07 -05:00
..
2011-01-28 11:58:04 -05:00
2011-01-31 18:54:50 -05:00
2011-01-31 18:11:29 -05:00
2011-01-31 18:54:50 -05:00
2011-01-14 12:18:41 -05:00
2011-01-28 11:58:04 -05:00
2011-01-31 18:54:50 -05:00
2011-01-15 15:16:57 -08:00
2011-01-28 11:58:04 -05:00
2011-01-28 11:58:04 -05:00
2011-01-30 12:58:09 +01:00
2011-01-31 18:54:50 -05:00
2011-01-31 18:54:50 -05:00
2011-01-15 15:16:57 -08:00
2011-01-28 11:58:04 -05: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.