[closure-cvs] CVS update: closure/src/renderer/list-item.lisp
Christophe Rhodes
crhodes at common-lisp.net
Mon Jun 13 10:14:26 UTC 2005
Update of /project/closure/cvsroot/closure/src/renderer
In directory common-lisp.net:/tmp/cvs-serv3228/src/renderer
Modified Files:
list-item.lisp
Log Message:
Make it compile under sbcl. Re-enable the WARNING hack in closure.asd,
and remove one or two uses of non-standard-chars in code.
Date: Mon Jun 13 12:14:23 2005
Author: crhodes
Index: closure/src/renderer/list-item.lisp
diff -u closure/src/renderer/list-item.lisp:1.2 closure/src/renderer/list-item.lisp:1.3
--- closure/src/renderer/list-item.lisp:1.2 Sun Mar 13 19:03:24 2005
+++ closure/src/renderer/list-item.lisp Mon Jun 13 12:14:23 2005
@@ -60,7 +60,7 @@
;; ## make this element in a way that it is still possible to
;; overwrite stuff in the style sheet.
"Given a list item element 'list-element' return a synthetic element
-which serves the rôle of an before psuedo element containing the list item marker"
+which serves the role of an before psuedo element containing the list item marker"
(let* ((list-style-type (cooked-style-list-style-type style))
(list-style-position (cooked-style-list-style-position style))
(list-style-image (cooked-style-list-style-image style))
More information about the Closure-cvs
mailing list