]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-process-handle-line): Check for a
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Oct 1994 04:55:35 +0000 (04:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Oct 1994 04:55:35 +0000 (04:55 +0000)
multi-line message before an error message.  Fixes problem of
thinking there is an error in narrative text.

lisp/ange-ftp.el

index ecb56f2072f4ca0d9535fc7ded8033ff48e941bf..869726e3bc9163f36b4602f86666e21fb019c398 100644 (file)
@@ -860,7 +860,7 @@ SIZE, if supplied, should be a prime number."
 ;;;; Internal variables.
 ;;;; ------------------------------------------------------------
 
-(defconst ange-ftp-version "$Revision: 1.57 $")
+(defconst ange-ftp-version "$Revision: 1.58 $")
 
 (defvar ange-ftp-data-buffer-name " *ftp data*"
   "Buffer name to hold directory listing data received from ftp process.")
@@ -1406,12 +1406,12 @@ good, skip, fatal, or unknown."
         (setq ange-ftp-process-busy nil
               ange-ftp-process-result t
               ange-ftp-process-result-line line))
+       ((string-match ange-ftp-multi-msgs line)
+        (setq ange-ftp-process-multi-skip t))
        ((string-match ange-ftp-fatal-msgs line)
         (delete-process proc)
         (setq ange-ftp-process-busy nil
               ange-ftp-process-result-line line))
-       ((string-match ange-ftp-multi-msgs line)
-        (setq ange-ftp-process-multi-skip t))
        (ange-ftp-process-multi-skip
         t)
        (t