From: Richard M. Stallman Date: Fri, 16 Jun 1995 13:09:50 +0000 (+0000) Subject: (vc-consult-rcs-headers): Fix typo in prev change. X-Git-Tag: emacs-19.34~3587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fceee0072d95134ddecc380d25b244a52a0f20fb;p=emacs.git (vc-consult-rcs-headers): Fix typo in prev change. --- 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)