[mcclim-cvs] CVS mcclim

afuchs afuchs at common-lisp.net
Tue Dec 12 22:32:40 UTC 2006


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

Modified Files:
	input-editing.lisp 
Log Message:
Flip the *use-goatee* default to NIL, as prompted by this discussion:

<antifuchs> YuleAthas: do you think it's responsible to flip the
            *use-goatee* switch now?
<YuleAthas> antifuchs: yes.


--- /project/mcclim/cvsroot/mcclim/input-editing.lisp	2006/11/08 01:18:22	1.53
+++ /project/mcclim/cvsroot/mcclim/input-editing.lisp	2006/12/12 22:32:40	1.54
@@ -27,7 +27,7 @@
 
 (in-package :clim-internals)
 
-(defvar *use-goatee* t
+(defvar *use-goatee* nil
   "I true, use the Goatee editing component instead of Drei. The
 Goatee component is faster and more mature than Drei.")
 




More information about the Mcclim-cvs mailing list