diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2016-12-27 20:06:27 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2016-12-27 20:06:27 +0100 |
commit | aebe6592db7da893fcedb56a3fb4b66ce3de2057 (patch) | |
tree | 771b43397ead0072019611a68e0cf895abce1e48 /doc/misc/trampver.texi | |
parent | a02ca7a231c3856efd57a502c6a73e6c251091e8 (diff) | |
download | emacs-aebe6592db7da893fcedb56a3fb4b66ce3de2057.tar.gz emacs-aebe6592db7da893fcedb56a3fb4b66ce3de2057.tar.bz2 emacs-aebe6592db7da893fcedb56a3fb4b66ce3de2057.zip |
Release Tramp 2.3.1
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.3.1".
* lisp/net/tramp.el (tramp-eshell-directory-change): Add it to
`eshell-mode-hook' but `eshell-first-time-mode-hook'.
* lisp/net/tramp-compat.el (tramp-compat-file-name-quoted-p)
(tramp-compat-file-name-quote)
(tramp-compat-file-name-unquote): Embed them in `eval-and-compile'.
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 3101dc0de82..2677672444e 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.1-pre +@set trampver 2.3.1 @c Other flags from configuration @set instprefix /usr/local |