emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/tramp-thread-safe ec175a4: * lisp/net/tramp-ftp.el


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe ec175a4: * lisp/net/tramp-ftp.el (ange-ftp-ftp-process-buffer): Move up.
Date: Thu, 8 Nov 2018 06:03:38 -0500 (EST)

branch: feature/tramp-thread-safe
commit ec175a4a49a14d81bc4125bb5eba5af4532d8949
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/net/tramp-ftp.el (ange-ftp-ftp-process-buffer): Move up.
---
 lisp/net/tramp-ftp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el
index a467ec4..4a98717 100644
--- a/lisp/net/tramp-ftp.el
+++ b/lisp/net/tramp-ftp.el
@@ -33,10 +33,10 @@
 ;; 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]