# HG changeset patch # User Richard M. Stallman # Date 757934032 0 # Node ID f193f880c524a21146157d39fc12ce2737244811 # Parent 6fbbbe65afe5c71853855a6485663a1ef84f3589 (ange-ftp-hash-mark-msgs): Undo previous change. diff -r 6fbbbe65afe5 -r f193f880c524 lisp/ange-ftp.el --- 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)