mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(ange-ftp-waiting-flag): defvar moved.
This commit is contained in:
parent
b9ca3cdb31
commit
68ccc91f99
@ -3534,6 +3534,8 @@ system TYPE.")
|
||||
t-parsed t-host t-user t-name t-abbr
|
||||
nil nil cont nowait))))))
|
||||
|
||||
(defvar ange-ftp-waiting-flag nil)
|
||||
|
||||
;; next part of copying routine.
|
||||
(defun ange-ftp-cf1 (result line
|
||||
filename newname binary msg
|
||||
@ -3936,8 +3938,6 @@ directory, so that Emacs will know its current contents."
|
||||
(format "Getting %s" fn1))
|
||||
tmp1))))
|
||||
|
||||
(defvar ange-ftp-waiting-flag nil)
|
||||
|
||||
(defun ange-ftp-load (file &optional noerror nomessage nosuffix)
|
||||
(if (ange-ftp-ftp-name file)
|
||||
(let ((tryfiles (if nosuffix
|
||||
|
Loading…
Reference in New Issue
Block a user