diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-07-20 10:56:41 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-07-20 10:56:41 +0200 |
commit | 61de292c72382403633f753c3d632a560ccfee98 (patch) | |
tree | 54a8d8efab8abbf387ed722abadf5cab5faea8d0 /doc/misc/trampver.texi | |
parent | 3e722980df9d4a705394c843a2a5e051e9c682b6 (diff) | |
download | emacs-61de292c72382403633f753c3d632a560ccfee98.tar.gz emacs-61de292c72382403633f753c3d632a560ccfee98.tar.bz2 emacs-61de292c72382403633f753c3d632a560ccfee98.zip |
Fix (Bug#32218). Do not merge with master
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.3.4.26.2".
(customize-package-emacs-version-alist): Add Tramp version
integrated in Emacs 26.2.
* lisp/net/tramp.el (tramp-handle-file-truename):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-truename):
* lisp/net/tramp-sh.el (tramp-sh-handle-file-truename): Fix problem
with trailing slash. (Bug#32218)
* test/lisp/net/tramp-tests.el (tramp-test21-file-links):
Remove `tramp--test-emacs27-p' check.
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 0970e4e3b34..c6473f5b734 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, the version number is auto-frobbed from @c configure.ac, so you should edit that file and run @c "autoconf && ./configure" to change the version number. -@set trampver 2.3.4 +@set trampver 2.3.4.26.2 @c Other flags from configuration @set instprefix /usr/local |