Files
emacs/lisp
Dan Nicolaescu f31b125795 * faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.

* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
2008-03-14 17:42:18 +00:00
..
2008-03-14 07:45:56 +00:00
2008-02-24 10:09:07 +00:00
2008-02-24 10:09:07 +00:00
2008-03-12 19:56:09 +00:00
2008-02-01 03:01:11 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-02-29 04:08:10 +00:00
2008-03-13 01:57:05 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-02-28 10:13:26 +00:00
2008-02-25 00:21:57 +00:00
2008-03-14 17:42:18 +00:00
2008-02-24 10:09:07 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-02-24 10:09:07 +00:00
2008-03-14 17:14:09 +00:00
2008-02-24 10:09:07 +00:00
2008-03-10 00:49:47 +00:00
2008-02-16 23:54:28 +00:00
2008-02-23 08:28:42 +00:00
2008-03-07 16:49:48 +00:00
2008-01-29 06:54:30 +00:00
2008-03-13 06:05:25 +00:00
2008-03-14 17:42:18 +00:00
2008-03-10 00:49:47 +00:00
2008-01-27 22:47:58 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-02-12 21:20:05 +00:00
2008-02-27 10:17:06 +00:00
2008-03-10 00:49:47 +00:00
2008-03-07 16:46:49 +00:00
2008-02-01 03:01:11 +00:00
2008-03-01 19:00:24 +00:00
2008-02-08 20:43:50 +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.