diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-06-27 13:08:18 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-06-27 13:08:18 +0200 |
commit | 1f5037925b0830b4129f3d6388f139e339f60da3 (patch) | |
tree | cd7a115abf4fb1dfd58d69fa76f30e1d55681874 /doc/misc/trampver.texi | |
parent | d008ef3d0b4aaa83d9ee105450fdcf13aa63a7e3 (diff) | |
download | emacs-1f5037925b0830b4129f3d6388f139e339f60da3.tar.gz emacs-1f5037925b0830b4129f3d6388f139e339f60da3.tar.bz2 emacs-1f5037925b0830b4129f3d6388f139e339f60da3.zip |
Sync with Tramp 2.3.4. Do not merge with master
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.3.4".
* lisp/net/tramp-smb.el (tramp-smb-handle-delete-directory):
Check, that the directory has been removed indeed.
* test/lisp/net/tramp-tests.el (tramp-test21-file-links): Adapt test.
(tramp--test-emacs25-p): New defun.
(tramp-test34-vc-registered): Use it.
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 68619dcbe95..0970e4e3b34 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-pre +@set trampver 2.3.4 @c Other flags from configuration @set instprefix /usr/local |