[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Sun Dec 3 22:50:13 UTC 2006


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

Modified Files:
	core.lisp 
Log Message:
Oops, these arguments should be the other way around.


--- /project/mcclim/cvsroot/mcclim/Drei/core.lisp	2006/11/08 01:15:33	1.1
+++ /project/mcclim/cvsroot/mcclim/Drei/core.lisp	2006/12/03 22:50:13	1.2
@@ -250,8 +250,8 @@
                  syntax-line-indentation-function
                  fill-column
                  tab-width
-                 compress-whitespaces
-                 syntax))))
+                 syntax
+                 compress-whitespaces))))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; 




More information about the Mcclim-cvs mailing list