summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-16 13:09:50 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-16 13:09:50 +0000
commitfceee0072d95134ddecc380d25b244a52a0f20fb (patch)
tree4cddb31c683ce8bc0de716634ddfeabc9baef87e /lisp/vc-hooks.el
parentc6b3c155c9c6f184b81b190f1a9426e963381067 (diff)
downloademacs-fceee0072d95134ddecc380d25b244a52a0f20fb.tar.gz
(vc-consult-rcs-headers): Fix typo in prev change.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el2
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)