Files
emacs/lisp
Michael Albinus 935ee05f07 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
order to determine `tramp-own-remote-path'.
2014-12-10 14:15:51 +01:00
..
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-17 17:58:28 -08:00
2014-11-24 04:11:36 +02:00
2014-05-01 19:55:25 -04:00
2014-06-08 00:41:27 -07:00
2014-10-23 21:17:00 +02:00
2014-04-13 11:27:32 +01:00
2014-02-05 20:05:43 -08:00
2014-03-21 02:12:57 +01:00
2014-02-28 14:19:06 +01:00
2014-10-08 20:47:30 -04:00
2014-03-27 02:01:36 +01:00
2014-06-28 19:33:50 -07:00
2014-03-04 15:13:41 +01:00
2014-02-06 23:18:02 -08:00
2014-08-08 16:53:55 +03:00
2014-02-12 11:40:35 -08:00
2014-12-01 07:23:04 -05:00
2014-11-27 11:03:58 +01:00
2014-03-21 02:12:57 +01:00
2014-11-24 08:39:17 -08:00
2014-03-04 14:01:48 +01:00
2014-06-08 00:41:27 -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.