From 72e0a95bff72479d0430129ea729d95a8327cdcb Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 8 Mar 2009 16:45:31 +0000 Subject: [PATCH] (ange-ftp-multi-msgs): Add 150-. --- lisp/ChangeLog | 4 ++++ lisp/net/ange-ftp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf139ce94a6..db43a6290a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-08 Andreas Schwab + + * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-. + 2009-03-07 Eli Zaretskii * woman.el (woman-parse-colon-path): Return a list even if there's diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 16b9f174034..c0f8c8eccd2 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -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 -- 2.39.5