changeset 5480:f193f880c524

(ange-ftp-hash-mark-msgs): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Jan 1994 09:13:52 +0000
parents 6fbbbe65afe5
children b88ee4b9c81e
files lisp/ange-ftp.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Fri Jan 07 05:58:16 1994 +0000
+++ b/lisp/ange-ftp.el	Fri Jan 07 09:13:52 1994 +0000
@@ -857,7 +857,7 @@
 ;;;; Internal variables.
 ;;;; ------------------------------------------------------------
 
-(defconst ange-ftp-version "$Revision: 1.38 $")
+(defconst ange-ftp-version "$Revision: 1.39 $")
 
 (defvar ange-ftp-data-buffer-name " *ftp data*"
   "Buffer name to hold directory listing data received from ftp process.")
@@ -1850,8 +1850,9 @@
 			  (concat "USER request failed: "
 				  (cdr result)))))))
 
+;; ange@hplb.hpl.hp.com says this should not be changed.
 (defvar ange-ftp-hash-mark-msgs
-  "[hH]ash mark \\(printing on \\)?(?[^0-9]*\\([0-9]+\\)"
+  "[hH]ash mark [^0-9]*\\([0-9]+\\)"
   "*Regexp matching the FTP client's output upon doing a HASH command.")
 
 (defun ange-ftp-guess-hash-mark-size (proc)