Update of /project/mcclim/cvsroot/mcclim In directory common-lisp:/tmp/cvs-serv25595
Modified Files: input.lisp Log Message: Remove superfluous closing-parenthesis.
Date: Mon Jan 16 07:16:38 2006 Author: cfruhwirth
Index: mcclim/input.lisp diff -u mcclim/input.lisp:1.34 mcclim/input.lisp:1.35 --- mcclim/input.lisp:1.34 Fri Jan 13 10:51:03 2006 +++ mcclim/input.lisp Mon Jan 16 07:16:38 2006 @@ -559,4 +559,4 @@ ((eq button +pointer-wheel-left+) (scroll-sheet sheet 0 -1)) ((eq button +pointer-wheel-right+) (scroll-sheet sheet 0 1)) (t (call-next-method)))) ; not a scroll wheel button - (call-next-method)))) ; no viewport + (call-next-method))) ; no viewport