Files
emacs/lisp
Gerd Moellmann 2441692dc8 (set-fill-prefix): Cancel fill prefix if point
is in front of the left-margin, if any.
2001-01-31 16:12:41 +00:00
..
2001-01-24 11:48:19 +00:00
2001-01-31 11:57:43 +00:00
2001-01-04 19:21:36 +00:00
2000-12-21 16:13:06 +00:00
2001-01-31 14:07:48 +00:00
2001-01-31 13:23:12 +00:00
2001-01-12 22:49:40 +00:00
2001-01-15 17:44:14 +00:00
2001-01-30 19:51:14 +00:00
2000-12-18 03:17:31 +00:00
2001-01-27 12:07:49 +00:00
2001-01-26 13:14:11 +00:00
2001-01-06 18:52:57 +00:00
2001-01-26 13:14:11 +00:00
2001-01-06 18:55:45 +00:00
2001-01-30 19:51:14 +00:00
2001-01-23 11:23:07 +00:00
2001-01-03 20:18:33 +00:00
2001-01-19 16:19:07 +00:00
2001-01-30 19:51:14 +00:00
2000-12-18 03:17:31 +00:00
2000-12-18 03:17:31 +00:00
2001-01-02 23:39:40 +00:00
2001-01-29 21:23:13 +00:00
2000-12-18 03:17:31 +00:00
2000-12-19 14:42:05 +00:00
2001-01-26 06:19:25 +00:00
2000-12-18 03:17:31 +00:00
2000-12-18 03:17:31 +00:00
2000-12-18 03:17:31 +00:00
2001-01-09 13:12:04 +00:00
2001-01-29 20:23:47 +00:00
2001-01-17 18:34:29 +00:00
2000-12-15 13:00:59 +00:00
2000-12-12 15:11:04 +00:00
2001-01-29 16:59:08 +00:00
2001-01-29 19:12:40 +00:00
2001-01-09 14:53:56 +00:00
2001-01-09 14:55:30 +00:00
2001-01-30 20:08:41 +00:00
2000-12-15 01:11:04 +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.