X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcl%2Fmethods.lisp;h=d2e5d9c7429f5a8bd3e1c0705e0846428ce7b34b;hb=8ee41eac134a552e07e966dd16d681e8216147fc;hp=a734f6bf3cea7821baad6f1882c784a60f0785b6;hpb=4ff2057326cb82db04380aae96493bd5fcb3c203;p=sbcl.git diff --git a/src/pcl/methods.lisp b/src/pcl/methods.lisp index a734f6b..d2e5d9c 100644 --- a/src/pcl/methods.lisp +++ b/src/pcl/methods.lisp @@ -436,7 +436,7 @@ (defgeneric values-for-add-method (gf method) (:method ((gf standard-generic-function) (method standard-method)) ;; KLUDGE: Just a single generic dispatch, and everything else - ;; comes from permutation vectors. Would be nicer to define + ;; comes from permutation vectors. Would be nicer to define ;; REAL-ADD-METHOD with a proper method so that we could efficiently ;; use SLOT-VALUE there. ;;