Files
emacs/lisp
Dave Love ae4eaaada5 (outline-mode) <font-lock-defaults>: Add
backward-paragraph as font-lock-beginning-of-syntax-function.
2001-01-23 11:56:21 +00:00
..
2001-01-12 11:51:31 +00:00
.
2001-01-22 13:28:40 +00:00
2001-01-22 17:14:47 +00:00
2001-01-04 19:21:36 +00:00
2000-12-21 16:13:06 +00:00
2000-12-14 16:53:25 +00:00
2001-01-11 13:37:03 +00:00
2000-09-21 15:08:55 +00:00
2001-01-12 22:49:40 +00:00
2000-11-30 13:24:19 +00:00
2000-09-12 12:35:33 +00:00
2001-01-15 17:44:14 +00:00
2000-07-18 14:39:41 +00:00
2001-01-23 11:33:29 +00:00
2000-08-14 21:33:50 +00:00
2000-11-23 00:04:52 +00:00
2000-09-25 15:42:25 +00:00
2000-11-14 14:41:24 +00:00
2000-12-18 03:17:31 +00:00
2000-10-31 11:57:12 +00:00
2001-01-06 18:52:57 +00:00
2000-10-19 14:55:12 +00:00
2000-09-12 12:37:36 +00:00
2000-09-20 20:39:36 +00:00
2001-01-06 18:55:45 +00:00
2000-07-25 16:05:09 +00:00
2000-08-15 14:18:18 +00:00
2000-11-21 22:07:43 +00:00
2001-01-10 12:50:09 +00:00
2001-01-23 11:23:07 +00:00
2000-11-12 18:48:22 +00:00
2001-01-10 17:29:33 +00:00
2001-01-03 20:18:33 +00:00
2000-10-07 04:13:09 +00:00
2000-12-05 14:01:58 +00:00
2001-01-19 16:19:07 +00:00
2000-11-12 00:47:18 +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
2000-11-21 10:08:52 +00:00
2000-11-27 13:01:27 +00:00
2000-10-15 05:52:05 +00:00
2000-12-09 04:02:59 +00:00
2000-08-08 18:32:38 +00:00
2000-11-22 16:46:52 +00:00
2000-12-18 03:17:31 +00:00
2000-06-27 10:55:46 +00:00
2000-08-29 00:47:45 +00:00
2000-12-19 14:42:05 +00:00
2000-06-27 10:55:46 +00:00
2000-06-27 10:55:46 +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
2000-08-02 20:20:55 +00:00
2001-01-17 18:34:29 +00:00
2000-11-22 17:05:02 +00:00
2000-12-06 20:24:23 +00:00
2000-11-27 15:35:32 +00:00
2000-12-23 20:54:14 +00:00
2000-12-15 13:00:59 +00:00
2000-12-12 15:11:04 +00:00
2000-12-06 15:51:13 +00:00
2001-01-09 14:48:25 +00:00
2000-11-24 16:25:59 +00:00
2001-01-09 14:53:56 +00:00
2001-01-09 14:55:30 +00:00
2001-01-10 13:09:37 +00:00
2000-11-21 21:04:31 +00:00
2000-07-11 14:34:31 +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.