]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-ftp.el (ange-ftp-ftp-process-buffer): Move up.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 8 Nov 2018 11:03:28 +0000 (12:03 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 8 Nov 2018 11:03:28 +0000 (12:03 +0100)
lisp/net/tramp-ftp.el

index a467ec46f9ed6c22a1a6a9b3b46aa1e8b646f0ce..4a98717666be22712ea3033db220cd1c6cdbf9c2 100644 (file)
 ;; Pacify byte-compiler.
 (eval-when-compile
   (require 'custom))
+(declare-function ange-ftp-ftp-process-buffer "ange-ftp")
 (defvar ange-ftp-ftp-name-arg)
 (defvar ange-ftp-ftp-name-res)
 (defvar ange-ftp-name-format)
-(declare-function ange-ftp-ftp-process-buffer "ange-ftp")
 
 ;; Disable Ange-FTP from file-name-handler-alist.
 (defun tramp-disable-ange-ftp ()