diff options
| -rw-r--r-- | lisp/ange-ftp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 08b9759b7e6..6e3e0f51686 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -3534,6 +3534,8 @@ system TYPE.") | |||
| 3534 | t-parsed t-host t-user t-name t-abbr | 3534 | t-parsed t-host t-user t-name t-abbr |
| 3535 | nil nil cont nowait)))))) | 3535 | nil nil cont nowait)))))) |
| 3536 | 3536 | ||
| 3537 | (defvar ange-ftp-waiting-flag nil) | ||
| 3538 | |||
| 3537 | ;; next part of copying routine. | 3539 | ;; next part of copying routine. |
| 3538 | (defun ange-ftp-cf1 (result line | 3540 | (defun ange-ftp-cf1 (result line |
| 3539 | filename newname binary msg | 3541 | filename newname binary msg |
| @@ -3936,8 +3938,6 @@ directory, so that Emacs will know its current contents." | |||
| 3936 | (format "Getting %s" fn1)) | 3938 | (format "Getting %s" fn1)) |
| 3937 | tmp1)))) | 3939 | tmp1)))) |
| 3938 | 3940 | ||
| 3939 | (defvar ange-ftp-waiting-flag nil) | ||
| 3940 | |||
| 3941 | (defun ange-ftp-load (file &optional noerror nomessage nosuffix) | 3941 | (defun ange-ftp-load (file &optional noerror nomessage nosuffix) |
| 3942 | (if (ange-ftp-ftp-name file) | 3942 | (if (ange-ftp-ftp-name file) |
| 3943 | (let ((tryfiles (if nosuffix | 3943 | (let ((tryfiles (if nosuffix |