Files
emacs/lisp
Martin Stjernholm 0e35704fe3 (c-forward-syntactic-ws): Fixed a bug that could cause an infinite
loop if something that looks like a macro begins in the middle of a
line.

(c-parse-state): Fixed a bug that could cause `c-state-cache' to
contain two conses in sequence when there's an unbalanced open paren
in a macro.
2002-08-20 21:59:10 +00:00
..
2002-08-03 22:21:09 +00:00
2002-08-20 10:42:52 +00:00
2002-07-03 13:19:13 +00:00
2002-08-20 00:34:28 +00:00
2002-07-20 22:14:36 +00:00
2002-08-20 09:44:14 +00:00
2002-07-22 15:22:49 +00:00
2002-08-02 22:21:43 +00:00
2002-07-11 17:32:01 +00:00
2002-07-03 12:01:24 +00:00
2002-07-08 01:21:41 +00:00
2002-07-09 07:35:10 +00:00
2002-08-15 20:08:24 +00:00
2002-08-20 09:44:14 +00:00
2002-07-16 16:02:35 +00:00
2002-07-09 09:05:19 +00:00
2002-07-23 02:26:56 +00:00
2002-08-05 16:26:03 +00:00
2002-08-20 20:35:56 +00:00
2002-06-09 17:13:56 +00:00
2002-08-20 09:44:14 +00:00
2002-08-17 04:59:14 +00:00
2002-06-18 14:36:19 +00:00
2002-07-27 19:50:34 +00:00
2002-07-25 19:31:25 +00:00
2002-07-03 12:01:24 +00:00
2002-07-10 09:45:18 +00:00
2002-08-02 17:59:22 +00:00
2002-07-18 15:02:00 +00:00
2002-07-03 14:26:51 +00:00
2002-07-29 02:40:40 +00:00
2002-06-13 20:39:32 +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.