+2002-07-03 Andreas Schwab <schwab@suse.de>
+
+ * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
+ after doc string.
+
2002-07-03 Juanma Barranquero <lektu@terra.es>
* net/tramp.el (tramp-send-eof): Fix typo.
;;;###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)))