Files
emacs/lisp
Michael Albinus d6922db49d Sync with Tramp 2.4.3
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.4.3".

* lisp/net/tramp.el: Bump version.
(tramp-handle-shell-command): The temp file for error-buffer is remote.

* test/lisp/net/tramp-tests.el (tramp-test30-make-process):
Simplify buffer generation.
(tramp-test32-shell-command): Extend test.
2019-12-29 13:53:06 +01:00
..
2019-12-24 02:37:08 +01:00
2019-12-28 01:45:23 +01:00
2019-12-04 16:54:24 -08:00
2019-12-29 13:53:06 +01:00
2019-12-10 20:05:49 -08:00
2019-12-10 20:05:49 -08:00
2019-12-10 20:05:49 -08:00
2019-12-09 18:45:18 -08:00
2019-12-10 20:05:49 -08:00
2019-12-09 18:45:18 -08:00
2019-12-09 18:45:18 -08:00
2019-12-23 17:41:17 +02:00
2019-10-14 14:18:39 +02:00
2019-12-10 20:38:21 +00:00
2019-12-09 18:45:18 -08:00
2019-12-09 18:45:18 -08:00
2019-12-09 18:45:18 -08:00
2019-12-24 02:37:08 +01:00
2019-12-02 01:38:31 +01:00
2019-12-10 20:05:49 -08:00
2019-12-01 06:27:14 -08:00
2019-11-27 18:19:30 +02:00
2019-12-07 09:27:24 +02:00
2019-12-09 18:45:18 -08:00
2019-12-10 20:05:49 -08:00
2019-10-13 05:08:37 +02:00
2019-12-16 01:58:14 +02:00
2019-12-24 02:37:08 +01:00
2019-12-10 20:05:49 -08: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.