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*)))