Files
emacs/lisp
Sam Steingold f58f7520cd (tramp-compat-process-running-p): Check that
the comm attribute is present before calling regexp-quote.
2009-10-06 19:52:15 +00:00
..
2009-10-06 02:42:29 +00:00
2009-10-06 02:42:29 +00:00
2009-10-04 02:11:57 +00:00
2009-10-06 06:40:40 +00:00
2009-10-06 03:09:25 +00:00
2009-09-24 01:37:14 +00:00
2009-10-04 02:11:57 +00:00
2009-08-28 09:50:05 +00:00
2009-03-19 09:35:58 +00:00
2009-07-08 02:34:23 +00:00
2009-02-01 22:32:43 +00:00
2009-10-04 02:11:57 +00:00
2009-08-28 04:21:14 +00:00
2009-01-31 22:10:22 +00:00
2009-09-13 02:14:25 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-10-06 02:42:29 +00:00
2009-09-24 01:37:14 +00:00
2009-09-29 02:26:20 +00:00
2009-09-13 02:14:25 +00:00
2009-06-19 00:45:43 +00:00
2009-10-01 02:17:38 +00:00
2009-08-22 21:46:56 +00:00
2009-10-01 02:17:38 +00:00
2009-10-06 06:40:40 +00:00
2009-09-26 20:02:42 +00:00
2009-09-11 03:40:35 +00:00
2009-10-02 19:53:53 +00:00
2009-03-13 19:43:38 +00:00
2009-06-23 07:43:17 +00:00
2009-09-12 02:42:22 +00:00
2009-09-24 01:37:14 +00:00
2009-10-04 01:14:56 +00:00
2009-10-05 11:42:18 +00:00
2009-10-04 02:11:57 +00:00
2009-10-04 02:11:57 +00:00
2009-09-24 01:37:14 +00:00
2009-09-24 01:37:14 +00:00
2009-10-03 18:29:22 +00:00
2009-09-24 01:37:14 +00:00
2009-07-25 09:31:05 +00:00
2009-09-24 01:37:14 +00:00
2009-10-05 02:17:57 +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.