Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv17882/Drei
Modified Files: lisp-syntax.lisp Log Message: Apparently, git is really stupid about files that change while you're writing the commit message. CVS is much better! Fixed last commit.
--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2008/01/02 14:19:36 1.43 +++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2008/01/02 14:21:06 1.44 @@ -2110,7 +2110,7 @@ (funcall fn list-child)))))
(defmethod backward-one-expression (mark (syntax lisp-syntax)) - (update-parse syntax 0 0) + (update-parse syntax 0 (offset mark)) (let ((potential-form (or (form-before syntax (offset mark)) (form-around syntax (offset mark))))) (when (and (not (null potential-form))