[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Wed Jan 30 22:11:36 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv17467/Drei
Modified Files:
input-editor.lisp
Log Message:
Oops, keep Lisp syntax highlighting even after the input has been activated.
--- /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2008/01/30 21:41:11 1.30
+++ /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2008/01/30 22:11:35 1.31
@@ -793,7 +793,7 @@
view &key)
(with-drei-options ((drei-instance stream)
:syntax "Lisp"
- :keep-syntax nil)
+ :keep-syntax t)
(call-next-method)))
(define-presentation-method accept :around
More information about the Mcclim-cvs
mailing list