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:
72a7019
)
Eliminate compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Jan 2006 02:50:42 +0000
(
02:50
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Jan 2006 02:50:42 +0000
(
02:50
+0000)
v7/src/xml/xhtml.scm
patch
|
blob
|
history
diff --git
a/v7/src/xml/xhtml.scm
b/v7/src/xml/xhtml.scm
index 2f7b9fe39052e88083b03f6d3fdc87d23569f9b7..53d4c8de2d53bf5cdadc3889a005c3858947608e 100644
(file)
--- a/
v7/src/xml/xhtml.scm
+++ b/
v7/src/xml/xhtml.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: xhtml.scm,v 1.1
8 2006/01/28 02:48:3
2 cph Exp $
+$Id: xhtml.scm,v 1.1
9 2006/01/28 02:50:4
2 cph Exp $
Copyright 2002,2003,2004,2005,2006 Massachusetts Institute of Technology
@@
-55,6
+55,7
@@
USA.
(define-syntax define-html-id
(sc-macro-transformer
(lambda (form environment)
+ environment
(if (syntax-match? '(DATUM DATUM DATUM) (cdr form))
(let ((version (cadr form))
(public-id (caddr form))