summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-ftp.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-10-03 12:36:21 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-10-03 12:36:21 +0000
commit1b8d1cc7b6ae56fb8d4b3e51b716d5c788bf5663 (patch)
tree4cd1dbcf1cba90d05644c706fc093e4a7b7ebdff /lisp/net/tramp-ftp.el
parent920fd1fc7fa70b687212b780e40003bf4f8b326a (diff)
downloademacs-1b8d1cc7b6ae56fb8d4b3e51b716d5c788bf5663.tar.gz
emacs-1b8d1cc7b6ae56fb8d4b3e51b716d5c788bf5663.tar.bz2
emacs-1b8d1cc7b6ae56fb8d4b3e51b716d5c788bf5663.zip
*** empty log message ***
Diffstat (limited to 'lisp/net/tramp-ftp.el')
-rw-r--r--lisp/net/tramp-ftp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el
index eed7f92b0e9..c2a04efbc19 100644
--- a/lisp/net/tramp-ftp.el
+++ b/lisp/net/tramp-ftp.el
@@ -134,7 +134,7 @@ First arg specifies the OPERATION, second arg is a list of arguments to
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)