]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-consult-rcs-headers): Fix typo in prev change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 13:09:50 +0000 (13:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 13:09:50 +0000 (13:09 +0000)
lisp/vc-hooks.el

index 58da4523ddff9c30f7faa419e8cd1ffa5f4f3edd..54f42bb47a37b307957dcf80925817f7a1915c27 100644 (file)
@@ -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)