Files
emacs/lisp
Leo Liu 837fd9af07 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
New variable.
(inferior-octave-directory-tracker): Automatically re-sync
default-directory.
(octave-help): Improve handling of 'See also'.
2013-05-27 13:08:04 +08:00
..
2013-05-21 20:21:30 -07:00
2013-05-21 00:25:14 -07:00
2013-05-23 00:55:52 -07:00
2013-05-21 20:13:56 -07:00
2013-05-24 12:35:56 +02:00
2013-05-15 19:55:41 -04:00
2013-05-21 20:15:03 -07:00
2013-05-23 00:42:16 -07:00
2013-05-23 00:10:05 -07:00
2013-05-22 00:07:19 -07:00
2013-05-21 00:25:14 -07:00
2013-04-01 00:58:04 -07:00
2013-02-21 20:59:28 -05:00
2013-05-15 19:55:41 -04:00
2013-05-15 19:55:41 -04:00
2013-05-21 20:13:56 -07:00
2013-05-11 16:41:52 -07:00
2013-05-15 19:55:41 -04:00
2013-05-21 00:25:14 -07:00
2013-05-10 19:27:28 -07:00
2013-02-16 00:49:29 +05:30
2013-05-23 11:27:48 -04:00
2013-02-28 12:15:08 -05:00
2013-05-21 20:13:56 -07:00
2013-05-15 19:55:41 -04:00
2013-05-01 06:17:34 -04:00
2013-05-16 12:58:56 +03:00
2013-05-10 19:21:29 -07:00
2013-05-15 19:55:41 -04:00
2013-05-15 19:55:41 -04:00
2013-05-15 19:55:41 -04:00
2013-04-09 18:22:15 -07:00
2013-05-21 09:13:08 -07:00
2013-03-11 22:08:21 -04:00
2013-03-11 22:08:21 -04:00
2013-05-15 19:55:41 -04:00
2013-05-21 20:13:56 -07:00
2013-03-11 22:08:21 -04:00
2013-05-23 23:50:22 -07:00
2013-02-10 17:50:45 -08:00
2013-05-15 19:55:41 -04: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.