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:
7204ca7
)
Fix compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 23 Feb 2000 23:00:20 +0000
(23:00 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 23 Feb 2000 23:00:20 +0000
(23:00 +0000)
v7/src/edwin/hlpcom.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/hlpcom.scm
b/v7/src/edwin/hlpcom.scm
index a7863fdc7c5d8bc44a16458d643397ac0a0a8483..d443c19773817df0aafec2f0e7a3e07ab748e8f5 100644
(file)
--- a/
v7/src/edwin/hlpcom.scm
+++ b/
v7/src/edwin/hlpcom.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: hlpcom.scm,v 1.11
1 2000/02/23 22:59:01
cph Exp $
+;;; $Id: hlpcom.scm,v 1.11
2 2000/02/23 23:00:20
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
;;;
@@
-400,6
+400,7
@@
If you want VALUE to be a string, you must surround it with doublequotes."
(find-escape next comtabs))))
(new-mode
(lambda (argument next comtabs)
+ comtabs
(find-escape next
(mode-comtabs (name->mode argument 'ERROR)))))
(quote-next