]> git.eshelyaron.com Git - emacs.git/commitdiff
Sync with Tramp 2.2.8.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Oct 2013 13:52:32 +0000 (15:52 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Oct 2013 13:52:32 +0000 (15:52 +0200)
* tramp.texi (External packages): Use `non-essential'.
* trampver.texi: Update release number.

doc/misc/ChangeLog
doc/misc/tramp.texi
doc/misc/trampver.texi

index 4a52e2314ca1668ab880acafca06232a3691e573..d88d461b5ec930660271a041513ef6456f22eec9 100644 (file)
@@ -1,3 +1,10 @@
+2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.8.
+
+       * tramp.texi (External packages): Use `non-essential'.
+       * trampver.texi: Update release number.
+
 2013-09-14  Glenn Morris  <rgm@gnu.org>
 
        * eshell.texi: Markup fixes.
index aa4cea58f047029395c37f6ea9ee1abb69ff5dc7..2c02891d60fb879e4e91df18d86f03044113ab71 100644 (file)
@@ -3738,14 +3738,13 @@ therefore the last input character you have typed.  If this is
 still in filename completion, and it does not connect to the possible
 remote host @option{ssh}.
 
-@vindex tramp-completion-mode
 External packages, which use other characters for completing filenames
 in the minibuffer, must signal this to @value{tramp}.  For this case,
-the variable @code{tramp-completion-mode} can be bound temporarily to
+the variable @code{non-essential} can be bound temporarily to
 a non-@code{nil} value.
 
 @lisp
-(let ((tramp-completion-mode t))
+(let ((non-essential t))
   ...)
 @end lisp
 
index c22141335e1b9e922b2c859f944296a89fcb9874..5634430758be6f9b968b1e823ceede039c5277d0 100644 (file)
@@ -8,7 +8,7 @@
 @c In the Tramp CVS, 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.2.8-pre
+@set trampver 2.2.8
 
 @c Other flags from configuration
 @set instprefix /usr/local