chiark / gitweb /
src/output-proto.lisp, etc. (hook-output): Use standard combination.
[sod] / src / output-proto.lisp
index 6a26a7b23feeffaf1545f2c18e13995c8dcae951..e31b201a0923ac566f908743eac307e4b924bdde 100644 (file)
@@ -111,8 +111,7 @@ (defgeneric hook-output (object reason sequencer)
    a reason to its sub-objects that is different from the REASON with which
    it was itself invoked.")
 
-  (:method-combination progn)
-  (:method progn (object reason sequencer)
+  (:method (object reason sequencer)
     (declare (ignore object reason sequencer))))
 
 ;;;--------------------------------------------------------------------------