]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-multi-msgs): Add 150-.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 8 Mar 2009 16:45:31 +0000 (16:45 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 8 Mar 2009 16:45:31 +0000 (16:45 +0000)
lisp/ChangeLog
lisp/net/ange-ftp.el

index bf139ce94a6122eaebbc1adaaea35c91e24aac4d..db43a6290a92629cb6b052535374bf130db15d91 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
+
 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
 
        * woman.el (woman-parse-colon-path): Return a list even if there's
index 16b9f174034ba199a924f3ce76b4715f65bba6e5..c0f8c8eccd2394cb0299e51754bf157d8b067659 100644 (file)
@@ -702,7 +702,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
 ;; Otherwise, ange-ftp will go into multi-skip mode, and never come out.
 
 (defvar ange-ftp-multi-msgs
-  "^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^331-\\|^4[25]1-\\|^530-"
+  "^150-\\|^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^331-\\|^4[25]1-\\|^530-"
   "*Regular expression matching the start of a multiline FTP reply.")
 
 (defvar ange-ftp-good-msgs