Files
emacs/lisp
Michael Albinus 46709093be * lisp/net/tramp-sh.el (tramp-awk-encode, tramp-awk-decode)
(tramp-awk-coding-test): New defconsts.
(tramp-remote-coding-commands): Use them.
(tramp-find-inline-encoding): Check for Perl only if necessary.
2015-08-25 16:05:21 +02:00
..
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-25 00:43:01 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-25 00:05:04 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-25 00:43:01 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-06-08 17:22:44 +03:00
2015-08-05 19:07:28 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-06-15 21:24:24 -04:00
2015-08-24 23:57:25 -07:00
2015-06-05 16:10:18 -04:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-25 06:18:40 -04:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-25 06:18:40 -04:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-04-05 14:40:57 +00:00
2015-05-21 10:06:44 -07:00
2015-08-25 00:43:01 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-05-21 10:06:44 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-05-21 10:06:44 -07:00
2015-08-25 00:43:01 -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.