]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jun 2008 16:53:46 +0000 (16:53 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jun 2008 16:53:46 +0000 (16:53 +0000)
from 2008-06-28.  It does not work on W32.

lisp/ChangeLog
lisp/net/tramp-ftp.el

index 58b1e461e48181aede13130d43fbb2aa5f8f1450..b550cdcc481cb278333cf060506aee68896af99e 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
+       from 2008-06-28.  It does not work on W32.
+
 2008-06-29  Juri Linkov  <juri@jurta.org>
 
        * replace.el (read-regexp): New function.
index 5ad73a7d4b627aa022a3e14f74390d8a31ce9cb1..b05add13cd9ba09868e6502be96d7e16457cb836 100644 (file)
@@ -189,7 +189,7 @@ pass to the OPERATION."
        ;; local file name could be in Tramp syntax as well (for
        ;; example, returning VMS file names like "/DISK$CAM:/AAA").
        ;; That's why we set also `tramp-mode' to nil.
-       (t (let* ((tramp-mode nil)
+       (t (let* (;(tramp-mode nil)
                 (inhibit-file-name-handlers
                  (list 'tramp-file-name-handler
                        'tramp-completion-file-name-handler