Files
emacs/lisp
Stefan Monnier 419275721f (fill-context-prefix): Match the two prefixes
differently to avoid pathological exponential-time case.
2002-04-10 18:19:44 +00:00
..
2002-03-29 23:00:21 +00:00
2002-04-01 20:44:41 +00:00
2002-04-08 22:57:43 +00:00
2002-04-08 22:53:31 +00:00
2002-03-06 11:03:56 +00:00
2002-03-18 04:24:09 +00:00
2002-03-27 20:14:09 +00:00
2002-03-03 21:44:59 +00:00
2002-04-10 15:19:11 +00:00
2002-01-27 09:15:28 +00:00
2002-03-11 09:15:27 +00:00
2002-02-01 04:16:02 +00:00
2002-03-15 13:47:46 +00:00
2002-04-03 15:29:25 +00:00
2002-04-02 03:23:26 +00:00
2002-02-01 19:31:46 +00:00
2002-03-27 10:22:34 +00:00
2002-01-25 05:06:14 +00:00
2002-03-18 04:29:13 +00:00
2002-03-22 23:40:48 +00:00
2002-03-28 18:26:36 +00:00
2002-03-17 20:32:20 +00:00
2002-04-07 10:11:24 +00:00
2002-03-30 07:57:05 +00:00
2002-02-16 12:48:37 +00:00
2002-04-01 13:40:37 +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.