[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Tue Jan 15 07:27:15 UTC 2008


Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv31482/Drei

Modified Files:
	syntax.lisp 
Log Message:
Removed default method on update-syntax that did nothing but confuse
the results and sometimes lower performance.


--- /project/mcclim/cvsroot/mcclim/Drei/syntax.lisp	2008/01/13 10:33:10	1.14
+++ /project/mcclim/cvsroot/mcclim/Drei/syntax.lisp	2008/01/15 07:27:14	1.15
@@ -94,11 +94,7 @@
 delimited by `begin' and `end' has an up to date parse. Returns
 two values, offsets into the buffer of the syntax, denoting the
 buffer region thas has an up to date parse.")
-  (:method-combination values-max-min :most-specific-last)
-  (:method values-max-min ((syntax syntax) (unchanged-prefix integer)
-                           (unchanged-suffix integer) &optional (begin 0)
-                           (end (- (size (buffer syntax)) unchanged-suffix)))
-    (values begin end)))
+  (:method-combination values-max-min :most-specific-last))
 
 (defgeneric eval-defun (mark syntax))
 




More information about the Mcclim-cvs mailing list