1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(ange-ftp-skip-msgs): Add regexp for EPRT.

This commit is contained in:
Gerd Moellmann 2000-01-18 12:02:31 +00:00
parent ffe3613603
commit 72dbbc7d75
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-01-18 Gerd Moellmann <gerd@gnu.org>
* ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2000-01-17 Gerd Moellmann <gerd@gnu.org>
* tmm.el (tmm-goto-completions): Adapt to prompt being part

View file

@ -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)