[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Sun Feb 3 08:55:02 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv29732/Drei
Modified Files:
basic-commands.lisp
Log Message:
Fixed typo.
--- /project/mcclim/cvsroot/mcclim/Drei/basic-commands.lisp 2008/02/03 08:38:25 1.12
+++ /project/mcclim/cvsroot/mcclim/Drei/basic-commands.lisp 2008/02/03 08:55:01 1.13
@@ -520,7 +520,7 @@
do (insert-character *current-gesture*)))
(defmethod command-for-unbound-gestures ((view textual-drei-syntax-view) gestures)
- (when (and (= (length gestures))
+ (when (and (= (length gestures) 1)
(characterp (first gestures))
(graphic-char-p (first gestures)))
`(com-self-insert ,*numeric-argument-marker*)))
More information about the Mcclim-cvs
mailing list