Files
emacs/lisp
Carsten Dominik 866a725707 (bookmark-after-jump-hook): New hook.
(bookmark-jump): Run `bookmark-after-jump-hook'.
2005-08-24 10:18:29 +00:00
..
2005-08-23 20:05:50 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-24 10:17:14 +00:00
2005-08-06 22:13:43 +00:00
2005-08-18 11:30:44 +00:00
2005-08-06 22:13:43 +00:00
2005-08-09 11:26:13 +00:00
2005-08-06 22:13:43 +00:00
2005-08-23 21:01:24 +00:00
2005-07-20 17:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-11 02:01:27 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-09 20:38:35 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-20 21:48:51 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-15 13:00:09 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-09 02:52:15 +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.