diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-18 12:02:31 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-18 12:02:31 +0000 |
commit | 72dbbc7d75068349e9d668d691e98faea2bcf590 (patch) | |
tree | ebf4d4a7a6e73ddbaf5294263b062c62a1abbc6e /lisp/ange-ftp.el | |
parent | ffe3613603f997fdb4f73fd6453dd1cd8dad1a3d (diff) | |
download | emacs-72dbbc7d75068349e9d668d691e98faea2bcf590.tar.gz |
(ange-ftp-skip-msgs): Add regexp for EPRT.
Diffstat (limited to 'lisp/ange-ftp.el')
-rw-r--r-- | lisp/ange-ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)." "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" "^Data connection \\|" "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" - "^227 .*[Pp]assive") + "^227 .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") "*Regular expression matching ftp messages that can be ignored." :group 'ange-ftp :type 'regexp) |