Files
emacs/lisp
Stefan Monnier dcc6da3a1c (perl-font-lock-syntactic-keywords):
Fix regexp for when "s///" is at the beginning of line.
2005-09-07 19:54:49 +00:00
..
2005-08-26 11:25:56 +00:00
2005-09-02 12:30:51 +00:00
2005-08-25 08:25:51 +00:00
2005-08-31 13:47:26 +00:00
2005-09-07 18:48:34 +00:00
2005-08-06 22:13:43 +00:00
2005-09-07 19:54:49 +00:00
2005-09-05 19:50:02 +00:00
2005-08-06 22:13:43 +00:00
2005-08-31 13:48:16 +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-31 13:48:58 +00:00
2005-08-31 13:49:25 +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-31 13:50:14 +00:00
2005-08-06 22:13:43 +00:00
2005-08-11 02:01:27 +00:00
2005-09-01 16:38:39 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-09-06 19:10:06 +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-25 17:04: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-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-31 13:52:28 +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.