diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-12-29 13:53:06 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-12-29 13:53:06 +0100 |
commit | d6922db49dea33ac2bca8b33d24763cc7b2e4cd7 (patch) | |
tree | afb4f75d73cbfb59abb4d3553b51aa10578328f3 /doc/misc/trampver.texi | |
parent | 70fe552c61eaf36801c2b8691379315098df13e4 (diff) | |
download | emacs-d6922db49dea33ac2bca8b33d24763cc7b2e4cd7.tar.gz emacs-d6922db49dea33ac2bca8b33d24763cc7b2e4cd7.tar.bz2 emacs-d6922db49dea33ac2bca8b33d24763cc7b2e4cd7.zip |
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.
Diffstat (limited to 'doc/misc/trampver.texi')
-rw-r--r-- | doc/misc/trampver.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index c34d28d3137..be35101e78c 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, the version numbers are auto-frobbed from @c tramp.el, and the bug report address is auto-frobbed from @c configure.ac. -@set trampver 2.4.3-pre +@set trampver 2.4.3 @set tramp-bug-report-address tramp-devel@@gnu.org @set emacsver 24.4 |