summaryrefslogtreecommitdiff
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-07-03 18:42:34 +0000
committerAndreas Schwab <schwab@suse.de>2002-07-03 18:42:34 +0000
commit210accc8a774a5f4dcbef36c598620c8065cff1c (patch)
treeab7948cc5df02fc98bee0d77660dc9ef69080e6d /lisp/net/tramp.el
parent5ec2752af6e1d88effeb6fe6422da0c1c74cc69c (diff)
downloademacs-210accc8a774a5f4dcbef36c598620c8065cff1c.tar.gz
(tramp-handle-ange-ftp): Move interactive spec
after doc string.
Diffstat (limited to 'lisp/net/tramp.el')
-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 e2f485be518..8917c62ac02 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -2973,11 +2973,11 @@ Falls back to normal file name handler if no tramp file name handler exists."
;;;###autoload
(defun tramp-handle-ange-ftp ()
- (interactive)
"Turn Ange-FTP off and an Ange-FTP-like filename format.
Requests suitable for Ange-FTP will be forwarded to Ange-FTP.
Also see the variables `tramp-ftp-method', `tramp-default-method',
and `tramp-default-method-alist'."
+ (interactive)
(let ((a1 (rassq 'ange-ftp-hook-function file-name-handler-alist))
(a2 (rassq 'ange-ftp-completion-hook-function file-name-handler-alist))
(a3 (rassq 'tramp-file-name-handler file-name-handler-alist)))