chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e75eb63
)
src/method-aggregate.lisp: Fix export for `aggregating-effective-method'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 4 Sep 2015 10:17:15 +0000
(11:17 +0100)
src/method-aggregate.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/method-aggregate.lisp
b/src/method-aggregate.lisp
index 6e5d278535abf394f87312d2d62ab842f37b7b94..1332e1075e44602bf8d785c6e4b4fc0c802a649c 100644
(file)
--- a/
src/method-aggregate.lisp
+++ b/
src/method-aggregate.lisp
@@
-94,7
+94,7
@@
(defgeneric check-aggregating-message-type (message combination type)
(:method (message combination type)
t))
-(export '
standard
-effective-method)
+(export '
aggregating
-effective-method)
(defclass aggregating-effective-method (simple-effective-method) ()
(:documentation "Effective method counterpart to `aggregating-message'."))