aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-06-27 16:50:06 +0000
committerAndreas Schwab2002-06-27 16:50:06 +0000
commitcdf4ead8ad6c3129c54147a34ce37f9289d3fb4b (patch)
treee4672840ac71326460f14fe0a1d131b54aa467c9
parent5b62b30130e109be26ae4032c2e879425ca9301f (diff)
downloademacs-cdf4ead8ad6c3129c54147a34ce37f9289d3fb4b.tar.gz
emacs-cdf4ead8ad6c3129c54147a34ce37f9289d3fb4b.zip
(tramp-handle-ange-ftp): Fix typo.
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index fd38aac3f09..2965c69e2c7 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -2978,7 +2978,7 @@ Falls back to normal file name handler if no tramp file name handler exists."
2978Requests suitable for Ange-FTP will be forwarded to Ange-FTP. 2978Requests suitable for Ange-FTP will be forwarded to Ange-FTP.
2979Also see the variables `tramp-ftp-method', `tramp-default-method', 2979Also see the variables `tramp-ftp-method', `tramp-default-method',
2980and `tramp-default-method-alist'." 2980and `tramp-default-method-alist'."
2981j (let ((a1 (rassq 'ange-ftp-hook-function file-name-handler-alist)) 2981 (let ((a1 (rassq 'ange-ftp-hook-function file-name-handler-alist))
2982 (a2 (rassq 'ange-ftp-completion-hook-function file-name-handler-alist)) 2982 (a2 (rassq 'ange-ftp-completion-hook-function file-name-handler-alist))
2983 (a3 (rassq 'tramp-file-name-handler file-name-handler-alist))) 2983 (a3 (rassq 'tramp-file-name-handler file-name-handler-alist)))
2984 (setq file-name-handler-alist 2984 (setq file-name-handler-alist