[climacs-cvs] CVS climacs
rstrandh
rstrandh at common-lisp.net
Sun Dec 7 20:23:27 UTC 2008
Update of /project/climacs/cvsroot/climacs
In directory cl-net:/tmp/cvs-serv23523
Modified Files:
gui.lisp
Log Message:
Make the default text style :fix.
--- /project/climacs/cvsroot/climacs/gui.lisp 2008/05/18 09:04:41 1.263
+++ /project/climacs/cvsroot/climacs/gui.lisp 2008/12/07 20:23:26 1.264
@@ -46,7 +46,7 @@
"A function for creating targets for commands potentially
acting over multiple views.")
-(defvar *climacs-text-style* (make-text-style nil nil nil)
+(defvar *climacs-text-style* (make-text-style :fix nil nil)
"The default CLIM text style used in Climacs panes.")
(defclass climacs-buffer (drei-buffer)
More information about the Climacs-cvs
mailing list