[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Wed Jan 2 14:19:40 UTC 2008
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))
More information about the Mcclim-cvs
mailing list