Variable: ange-ftp-hash-mark-msgs

ange-ftp-hash-mark-msgs is a variable defined in ange-ftp.el.gz.

Value

"[hH]ash mark [^0-9]*\\([0-9]+\\)"

Documentation

Regexp matching the FTP client's output upon doing a HASH command.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;; ange@hplb.hpl.hp.com says this should not be changed.
(defvar ange-ftp-hash-mark-msgs
  "[hH]ash mark [^0-9]*\\([0-9]+\\)"
  "Regexp matching the FTP client's output upon doing a HASH command.")