changeset 12272:9c8be78affe6

(vc-consult-rcs-headers): Fix typo in prev change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jun 1995 13:09:50 +0000
parents 245837225a31
children 377cbbd8a2ad
files lisp/vc-hooks.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Fri Jun 16 12:45:12 1995 +0000
+++ b/lisp/vc-hooks.el	Fri Jun 16 13:09:50 1995 +0000
@@ -334,7 +334,7 @@
        ((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)