diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-16 13:09:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-16 13:09:50 +0000 |
commit | c0dd9e20cfe1af39ffc1d37b9081ae7fe3671280 (patch) | |
tree | 1380e634d9678138fd3382dbd4b9af906945a51e /lisp/vc-hooks.el | |
parent | dca2f5a36360e7b16c91f62281d969ab7addee93 (diff) | |
download | emacs-c0dd9e20cfe1af39ffc1d37b9081ae7fe3671280.tar.gz |
(vc-consult-rcs-headers): Fix typo in prev change.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 58da4523ddf..54f42bb47a3 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -334,7 +334,7 @@ value of this flag.") ((or (and (search-forward "$Id: " nil t) (looking-at "[^ ]+ \\([0-9.]+\\) ")) (and (progn (goto-char (point-min)) - (search-forward "$Headers: " nil t)) + (search-forward "$Header: " nil t)) (looking-at "[^ ]+ \\([0-9.]+\\) "))) ;; if found, store the revision number ... (let ((rev (buffer-substring (match-beginning 1) |