From fceee0072d95134ddecc380d25b244a52a0f20fb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 16 Jun 1995 13:09:50 +0000 Subject: [PATCH] (vc-consult-rcs-headers): Fix typo in prev change. --- lisp/vc-hooks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2