Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
812daf81
Commit
812daf81
authored
Jan 07, 1994
by
Richard M. Stallman
Browse files
(ange-ftp-hash-mark-msgs): Undo previous change.
parent
cadc2c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/ange-ftp.el
lisp/ange-ftp.el
+3
-2
No files found.
lisp/ange-ftp.el
View file @
812daf81
...
...
@@ -857,7 +857,7 @@ SIZE, if supplied, should be a prime number."
;;;; Internal variables.
;;;; ------------------------------------------------------------
(
defconst
ange-ftp-version
"$Revision: 1.3
8
$"
)
(
defconst
ange-ftp-version
"$Revision: 1.3
9
$"
)
(
defvar
ange-ftp-data-buffer-name
" *ftp data*"
"Buffer name to hold directory listing data received from ftp process."
)
...
...
@@ -1850,8 +1850,9 @@ PROC is the process to the FTP-client."
(
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment