[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Fri Jan 4 21:55:46 UTC 2008


Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv31757/Drei

Modified Files:
	lisp-syntax.lisp 
Log Message:
Restored the Red Menace to syntax errors.


--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp	2008/01/04 21:11:36	1.47
+++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp	2008/01/04 21:55:45	1.48
@@ -1827,7 +1827,7 @@
       (macro-drawing-options (make-drawing-options :face (make-face :ink +purple+)))
       (bound-drawing-options (make-drawing-options :face (make-face :ink +darkgoldenrod+))))
   (make-syntax-highlighting-rules emacs-style-highlighting
-    (error-symbol (:face :ink +red+))
+    (error-lexeme (:face :ink +red+))
     (string-form (:face :ink +rosy-brown+
                         :style (make-text-style nil :italic nil)))
     (comment (:face :ink +maroon+ :style (make-text-style :serif :bold :large)))




More information about the Mcclim-cvs mailing list