Small change in define-complex-method-combination to fix an obscure bug (P. Costanza).

This commit is contained in:
Juan Jose Garcia Ripoll 2009-11-29 22:49:14 +01:00
parent 3572c83307
commit cab8cbdaa2

View file

@ -278,7 +278,7 @@
"Method qualifiers ~S are not allowed in the method~
combination ~S." .method-qualifiers. ,name)))))
,@group-after
(effective-method-function ,@body t))))
(effective-method-function (progn ,@body) t))))
)))
(defmacro define-method-combination (name &body body)