diff lisp/net/tramp-ftp.el @ 105402:6a210fc81bde

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 03 Oct 2009 12:35:55 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
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)