aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-10 18:46:48 +0000
committerRichard M. Stallman1993-06-10 18:46:48 +0000
commit442c9ab62723c834867a2402e2c84af9bb2003dc (patch)
tree4f1be03d987f1815e24ea64803edb4a7def3b0d1
parent526504b86fc5ce607bbc0cd845e4031dea815abe (diff)
downloademacs-442c9ab62723c834867a2402e2c84af9bb2003dc.tar.gz
emacs-442c9ab62723c834867a2402e2c84af9bb2003dc.zip
(ange-ftp-multi-msgs): Add 331-.
-rw-r--r--lisp/ange-ftp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el
index c895ce9fa26..f359cbe8d7c 100644
--- a/lisp/ange-ftp.el
+++ b/lisp/ange-ftp.el
@@ -630,7 +630,7 @@ parenthesized expressions in REGEXP for the components (in that order).")
630;; Otherwise, ange-ftp will go into multi-skip mode, and never come out. 630;; Otherwise, ange-ftp will go into multi-skip mode, and never come out.
631 631
632(defvar ange-ftp-multi-msgs 632(defvar ange-ftp-multi-msgs
633 "^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^530-\\|^4[25]1-" 633 "^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^331-\\|^4[25]1-\\|^530-"
634 "*Regular expression matching messages from the ftp process that start 634 "*Regular expression matching messages from the ftp process that start
635a multiline reply.") 635a multiline reply.")
636 636
@@ -856,7 +856,7 @@ SIZE, if supplied, should be a prime number."
856;;;; Internal variables. 856;;;; Internal variables.
857;;;; ------------------------------------------------------------ 857;;;; ------------------------------------------------------------
858 858
859(defconst ange-ftp-version "$Revision: 1.25 $") 859(defconst ange-ftp-version "$Revision: 1.26 $")
860 860
861(defvar ange-ftp-data-buffer-name " *ftp data*" 861(defvar ange-ftp-data-buffer-name " *ftp data*"
862 "Buffer name to hold directory listing data received from ftp process.") 862 "Buffer name to hold directory listing data received from ftp process.")