(tramp-handle-ange-ftp): Move interactive spec
after doc string.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user