Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv29899
Modified Files: views.lisp Log Message: compilation fix
--- /project/mcclim/cvsroot/mcclim/Drei/views.lisp 2008/03/07 11:45:18 1.43 +++ /project/mcclim/cvsroot/mcclim/Drei/views.lisp 2008/03/07 15:23:14 1.44 @@ -1078,7 +1078,7 @@ modification (for example, parenthesis matching). This function should return a list of pairs of buffer offsets, each pair delimiting a buffer region that should be redrawn.") - (:method ((view textual-drei-syntax-view view) (syntax syntax)) + (:method ((view textual-drei-syntax-view) (syntax syntax)) nil))
(defun invalidate-as-appropriate (view invalid-regions)