Files
emacs/lisp
Glenn Morris 5e339ee2a3 Move some autoloaded auto-mode-alist entries to files.el.
* image-mode.el, progmodes/compile.el, progmodes/gud.el:
* progmodes/mixal-mode.el, textmodes/bibtex-style.el:
* textmodes/css-mode.el, textmodes/dns-mode.el:
Move autoloaded auto-mode-alist entries to files.el.
* files.el (auto-mode-alist): Move entries here.
2010-09-23 20:06:33 -07:00
..
2010-09-23 15:00:31 -04:00
2010-09-23 22:10:54 -04:00
2010-07-29 04:42:53 +02:00
2010-09-23 15:00:31 -04:00
2010-09-08 19:34:25 -07:00
2010-09-20 03:20:32 +02:00
2010-09-23 15:00:31 -04:00
2010-09-23 15:00:31 -04:00
2010-09-23 00:17:08 -07:00
2010-08-20 00:33:06 -07:00
2010-07-29 04:42:53 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-08-01 06:37:41 +02:00
2010-08-01 06:37:41 +02:00
2010-07-29 04:42:53 +02:00
2010-09-20 03:20:32 +02:00
2010-09-20 03:20:32 +02:00
2010-07-24 13:53:19 +02:00
2010-09-20 03:20:32 +02:00
2010-07-29 04:42:53 +02:00
2010-09-23 00:09:24 -07:00
2010-08-30 15:57:42 +02:00
2010-09-06 12:38:03 -04:00
2010-09-01 16:13:21 +09:00
2010-09-23 19:59:16 -07:00
2010-09-08 19:25:12 -07:00
2010-09-23 19:59:16 -07:00
2010-09-23 15:00:31 -04:00
2010-08-30 15:57:42 +02:00
2010-08-30 15:03:05 +02:00
2010-09-14 16:41:53 +02:00
2010-09-02 11:47:08 +02:00
2010-09-02 12:17:02 +02:00
2010-07-27 04:10:05 +02:00
2010-09-06 12:24:32 -04:00
2010-08-30 15:03:05 +02: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.