changeset 105402:6a210fc81bde

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 03 Oct 2009 12:35:55 +0000
parents 791bb3c2ca7d
children 670a96f450ae
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	Sat Oct 03 09:51:32 2009 +0000
+++ b/lisp/net/tramp-ftp.el	Sat Oct 03 12:35:55 2009 +0000
@@ -134,7 +134,7 @@
 pass to the OPERATION."
   (save-match-data
     (or (boundp 'ange-ftp-name-format)
-	(require 'ange-ftp))
+	(let (file-name-handler-alist) (require 'ange-ftp)))
     (let ((ange-ftp-name-format
 	   (list (nth 0 tramp-file-name-structure)
 		 (nth 3 tramp-file-name-structure)