[mcclim-cvs] CVS mcclim/ESA

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


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

Modified Files:
	utils.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/ESA/utils.lisp	2008/01/07 22:01:59	1.7
+++ /project/mcclim/cvsroot/mcclim/ESA/utils.lisp	2008/01/09 18:21:44	1.8
@@ -234,7 +234,7 @@
   array)
 
 (define-method-combination values-max-min
-    (&optional (order ':most-specific-last))
+    (&optional (order ':most-specific-first))
   ((around (:around))
    (before (:before))
    (after (:after))




More information about the Mcclim-cvs mailing list