
2 Jan
2008
2 Jan
'08
2:19 p.m.
Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv15790/Drei Modified Files: lisp-syntax.lisp Log Message: Changed erroneous and performance-killing call to update-syntax to a call to update-parse. --- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2007/12/27 15:22:54 1.42 +++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2008/01/02 14:19:36 1.43 @@ -2110,7 +2110,7 @@ (funcall fn list-child))))) (defmethod backward-one-expression (mark (syntax lisp-syntax)) - (update-syntax syntax 0 0) + (update-parse syntax 0 0) (let ((potential-form (or (form-before syntax (offset mark)) (form-around syntax (offset mark))))) (when (and (not (null potential-form))
6393
Age (days ago)
6393
Last active (days ago)
0 comments
1 participants
participants (1)
-
thenriksen