diff options
| -rw-r--r-- | lisp/ange-ftp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 099d60660f3..8ed9ae6c0b4 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -729,7 +729,7 @@ like this.") | |||
| 729 | are rsh (remsh on hp-ux), telnet and rlogin. See also the gateway variable | 729 | are rsh (remsh on hp-ux), telnet and rlogin. See also the gateway variable |
| 730 | above.") | 730 | above.") |
| 731 | 731 | ||
| 732 | (defvar ange-ftp-gateway-prompt-pattern "^[^#$%>;]*[#$%>;] *" | 732 | (defvar ange-ftp-gateway-prompt-pattern "^[^#$%>;\n]*[#$%>;] *" |
| 733 | "*Regexp used to detect that the logging-in sequence is completed on the | 733 | "*Regexp used to detect that the logging-in sequence is completed on the |
| 734 | gateway machine and that the shell is now awaiting input. Make this regexp as | 734 | gateway machine and that the shell is now awaiting input. Make this regexp as |
| 735 | strict as possible; it shouldn't match *anything* at all except the user's | 735 | strict as possible; it shouldn't match *anything* at all except the user's |
| @@ -857,7 +857,7 @@ SIZE, if supplied, should be a prime number." | |||
| 857 | ;;;; Internal variables. | 857 | ;;;; Internal variables. |
| 858 | ;;;; ------------------------------------------------------------ | 858 | ;;;; ------------------------------------------------------------ |
| 859 | 859 | ||
| 860 | (defconst ange-ftp-version "$Revision: 1.36 $") | 860 | (defconst ange-ftp-version "$Revision: 1.37 $") |
| 861 | 861 | ||
| 862 | (defvar ange-ftp-data-buffer-name " *ftp data*" | 862 | (defvar ange-ftp-data-buffer-name " *ftp data*" |
| 863 | "Buffer name to hold directory listing data received from ftp process.") | 863 | "Buffer name to hold directory listing data received from ftp process.") |
| @@ -1851,7 +1851,7 @@ PROC is the process to the FTP-client." | |||
| 1851 | (cdr result))))))) | 1851 | (cdr result))))))) |
| 1852 | 1852 | ||
| 1853 | (defvar ange-ftp-hash-mark-msgs | 1853 | (defvar ange-ftp-hash-mark-msgs |
| 1854 | "[hH]ash mark [^0-9]*\\([0-9]+\\)" | 1854 | "[hH]ash mark \\(printing on \\)?(?[^0-9]*\\([0-9]+\\)" |
| 1855 | "*Regexp matching the FTP client's output upon doing a HASH command.") | 1855 | "*Regexp matching the FTP client's output upon doing a HASH command.") |
| 1856 | 1856 | ||
| 1857 | (defun ange-ftp-guess-hash-mark-size (proc) | 1857 | (defun ange-ftp-guess-hash-mark-size (proc) |