Files
emacs/lisp
Sam Steingold d43bb7d312 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
the `explicit-shell-file-name' because that is the non-interactive shell.
2011-01-07 14:07:29 -05:00
..
2010-12-13 10:27:36 -05:00
2011-01-02 15:31:19 -05:00
2011-01-02 15:31:19 -05:00
2010-12-02 19:13:24 -08:00
2010-12-13 09:27:56 -08:00
2010-12-08 21:55:25 -08:00
2010-12-14 00:06:18 -08:00
2011-01-02 15:31:19 -05:00
2011-01-05 21:14:54 -08:00
2010-09-27 16:56:27 +02:00
2010-10-24 17:36:09 -04:00
2010-09-20 03:20:32 +02:00
2010-12-20 11:18:56 +08:00
2010-12-13 10:27:36 -05:00
2010-12-13 10:27:36 -05:00
2010-12-13 10:27:36 -05:00
2010-11-09 20:24:47 -08:00
2011-01-05 22:54:23 +01:00
2010-12-05 10:30:58 +09:00
2010-10-24 17:36:09 -04:00
2010-11-09 20:24:47 -08:00
2011-01-02 15:31:19 -05:00
2010-09-23 19:59:16 -07:00
2010-12-13 10:27:36 -05:00
2010-12-13 10:27:36 -05:00
2011-01-02 15:31:19 -05:00
2010-10-07 10:30:10 -07:00
2010-12-02 19:01:16 -08:00
2010-12-02 19:01:16 -08:00
2010-10-06 19:32:52 -07:00
2010-12-13 10:27:36 -05:00
2010-09-23 19:59:16 -07:00
2011-01-02 15:31:19 -05:00
2010-12-10 12:46:40 -05:00
2010-11-27 15:04:57 -05:00
2010-11-27 15:04:57 -05:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-10-14 16:32:27 +02:00
2010-12-13 10:27:36 -05:00
2010-10-19 13:44:07 +02:00
2010-10-31 10:40:01 -04:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-12-02 19:06:11 -08:00
2010-11-09 20:24:47 -08:00
2011-01-02 15:31:19 -05:00
2011-01-02 15:31:19 -05:00
2010-12-09 08:55:03 -02:00
2010-09-28 01:25:27 +02:00
2010-11-02 20:49:04 -07: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.