Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv27510/Drei
Modified Files: input-editor.lisp Log Message: Removed strange double-call to (call-next-method).
--- /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2008/01/30 11:48:40 1.26 +++ /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2008/01/30 15:57:35 1.27 @@ -786,8 +786,7 @@ :syntax "Lisp" :keep-syntax t) (redraw-input-buffer stream) - (call-next-method)) - (call-next-method)) + (call-next-method)))
(define-presentation-method accept ((type expression) (stream drei-input-editing-mixin)