[mcclim-cvs] CVS mcclim/Drei

crhodes crhodes at common-lisp.net
Wed Jan 9 18:21:44 UTC 2008


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

Modified Files:
	syntax.lisp 
Log Message:
Minor documentation-style update: make the default for values-max-min 
method combination be :most-specific-first, and explicitly make 
update-syntax use the :most-specific-last method combination.


--- /project/mcclim/cvsroot/mcclim/Drei/syntax.lisp	2008/01/07 22:01:58	1.10
+++ /project/mcclim/cvsroot/mcclim/Drei/syntax.lisp	2008/01/09 18:21:44	1.11
@@ -82,7 +82,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)
+  (: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)))




More information about the Mcclim-cvs mailing list