# HG changeset patch # User Richard M. Stallman # Date 803308190 0 # Node ID 9c8be78affe685a69bc252302be6928a5edaa732 # Parent 245837225a31392912b6ce2ba2ecf63aa831652d (vc-consult-rcs-headers): Fix typo in prev change. diff -r 245837225a31 -r 9c8be78affe6 lisp/vc-hooks.el --- 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)