changeset 96424:712b49aaccfd

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch from 2008-06-28. It does not work on W32.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 29 Jun 2008 16:53:14 +0000
parents 0b2f64a1ff6e
children a273912acd52
files lisp/net/tramp-ftp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp-ftp.el	Sun Jun 29 16:12:37 2008 +0000
+++ b/lisp/net/tramp-ftp.el	Sun Jun 29 16:53:14 2008 +0000
@@ -189,7 +189,7 @@
        ;; 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