summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lisp/method-definition.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/method-definition.lisp b/Lisp/method-definition.lisp
index ec3138c..b4d5835 100644
--- a/Lisp/method-definition.lisp
+++ b/Lisp/method-definition.lisp
@@ -216,7 +216,7 @@ __super__"
'#:objective-c-methods)))
(return
`(progn
- (eval-when (:load-toplevel :execute)
+ (eval-when (:compile-toplevel :load-toplevel :execute)
(unless (fboundp ',real-name)
;; Note that we need not specify a
;; :LAMBDA-LIST here, as not supplying