aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-07 09:13:52 +0000
committerRichard M. Stallman1994-01-07 09:13:52 +0000
commit812daf81cc214d42467a8c6614a02dc4872cdc48 (patch)
tree5b8074454fa08543f8618c80a788bd4df1eecf3f
parentcadc2c79ee863ff26a5742336efc1ba1d0f85569 (diff)
downloademacs-812daf81cc214d42467a8c6614a02dc4872cdc48.tar.gz
emacs-812daf81cc214d42467a8c6614a02dc4872cdc48.zip
(ange-ftp-hash-mark-msgs): Undo previous change.
-rw-r--r--lisp/ange-ftp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el
index e1efeed67f6..8f535c43010 100644
--- a/lisp/ange-ftp.el
+++ b/lisp/ange-ftp.el
@@ -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.38 $") 860(defconst ange-ftp-version "$Revision: 1.39 $")
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.")
@@ -1850,8 +1850,9 @@ PROC is the process to the FTP-client."
1850 (concat "USER request failed: " 1850 (concat "USER request failed: "
1851 (cdr result))))))) 1851 (cdr result)))))))
1852 1852
1853;; ange@hplb.hpl.hp.com says this should not be changed.
1853(defvar ange-ftp-hash-mark-msgs 1854(defvar ange-ftp-hash-mark-msgs
1854 "[hH]ash mark \\(printing on \\)?(?[^0-9]*\\([0-9]+\\)" 1855 "[hH]ash mark [^0-9]*\\([0-9]+\\)"
1855 "*Regexp matching the FTP client's output upon doing a HASH command.") 1856 "*Regexp matching the FTP client's output upon doing a HASH command.")
1856 1857
1857(defun ange-ftp-guess-hash-mark-size (proc) 1858(defun ange-ftp-guess-hash-mark-size (proc)