1.0.4.5 slot reader/writer documentation in the manual
[sbcl.git] / src / pcl / slots-boot.lisp
index c69646a..e5e9d95 100644 (file)
 
 (defun get-accessor-from-svuc-method-function (class slotd sdfun name)
   (macrolet ((emf-funcall (emf &rest args)
-               `(invoke-effective-method-function ,emf nil ,@args)))
+               `(invoke-effective-method-function ,emf nil
+                                                  :required-args ,args)))
     (set-fun-name
      (case name
        (reader (lambda (instance)