diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-02-18 14:29:19 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-02-18 14:29:19 +0100 |
commit | 6ad34b3d542e874609f3be2c2bc899da9af109d0 (patch) | |
tree | 0009fa29e5237a22bad7e058227741eda1c2be85 /doc/misc/trampver.texi | |
parent | ba6e7232d0324a52be4cd5d5cd3da93ca651ebda (diff) | |
download | emacs-6ad34b3d542e874609f3be2c2bc899da9af109d0.tar.gz emacs-6ad34b3d542e874609f3be2c2bc899da9af109d0.tar.bz2 emacs-6ad34b3d542e874609f3be2c2bc899da9af109d0.zip |
Unset `non-essential' in Tramp when not needed anymore
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.3.2-pre".
* lisp/net/tramp-sh.el (tramp-maybe-open-connection):
Use `tramp-completion-mode-p'.
* lisp/net/tramp.el (tramp-file-name-handler): Unset `non-essential'
when file name doesn't match `tramp-completion-file-name-regexp'.
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 77b6de3809c..70701aa3589 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 +@set trampver 2.3.2-pre @c Other flags from configuration @set instprefix /usr/local |