From 8e303a2fe1b412d30939e5ea656f513816ed2386 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 29 Jun 2008 16:53:46 +0000 Subject: [PATCH] * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch from 2008-06-28. It does not work on W32. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp-ftp.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58b1e461e48..b550cdcc481 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-06-29 Michael Albinus + + * 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 * replace.el (read-regexp): New function. diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el index 5ad73a7d4b6..b05add13cd9 100644 --- a/lisp/net/tramp-ftp.el +++ b/lisp/net/tramp-ftp.el @@ -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 -- 2.39.2