projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b9eef
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 18 Mar 1994 22:01:36 +0000
(22:01 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 18 Mar 1994 22:01:36 +0000
(22:01 +0000)
v7/src/edwin/vc.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/vc.scm
b/v7/src/edwin/vc.scm
index 0e77cc15b84051bbd967f9d848cd391a1c3b8dbf..d60c3000e3194ac30007c733ca242745a81e38fc 100644
(file)
--- a/
v7/src/edwin/vc.scm
+++ b/
v7/src/edwin/vc.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: vc.scm,v 1.1
2 1994/03/18 21:40:1
6 cph Exp $
+;;; $Id: vc.scm,v 1.1
3 1994/03/18 22:01:3
6 cph Exp $
;;;
;;; Copyright (c) 1994 Massachusetts Institute of Technology
;;;
@@
-1056,6
+1056,7
@@
the value of vc-log-mode-hook."
(define-vc-type-operation 'CHECK-HEADERS vc-type:rcs
(lambda (master buffer)
+ master
(re-search-forward (string-append "\\$[A-Za-z\300-\326\330-\366\370-\377]+"
"\\(: [\t -#%-\176\240-\377]*\\)?\\$")
(buffer-start buffer)