aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ange-ftp.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55406cff166..45016ac29d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-01-18 Gerd Moellmann <gerd@gnu.org>
2
3 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4
12000-01-17 Gerd Moellmann <gerd@gnu.org> 52000-01-17 Gerd Moellmann <gerd@gnu.org>
2 6
3 * tmm.el (tmm-goto-completions): Adapt to prompt being part 7 * tmm.el (tmm-goto-completions): Adapt to prompt being part
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el
index 63f5baff875..d9af92f83ea 100644
--- a/lisp/ange-ftp.el
+++ b/lisp/ange-ftp.el
@@ -671,7 +671,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
671 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" 671 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
672 "^Data connection \\|" 672 "^Data connection \\|"
673 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" 673 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
674 "^227 .*[Pp]assive") 674 "^227 .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
675 "*Regular expression matching ftp messages that can be ignored." 675 "*Regular expression matching ftp messages that can be ignored."
676 :group 'ange-ftp 676 :group 'ange-ftp
677 :type 'regexp) 677 :type 'regexp)