changeset 46166:56e301cdd730

(tramp-handle-ange-ftp): Move interactive spec after doc string.
author Andreas Schwab <schwab@suse.de>
date Wed, 03 Jul 2002 18:42:23 +0000
parents 17cf3d3424cf
children a3ecd7edc382
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Wed Jul 03 14:32:01 2002 +0000
+++ b/lisp/net/tramp.el	Wed Jul 03 18:42:23 2002 +0000
@@ -2973,11 +2973,11 @@
 
 ;;;###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)))