X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fmethods.lisp;h=d2e5d9c7429f5a8bd3e1c0705e0846428ce7b34b;hb=4c64e9aed42b9041e6eb1f81ff335aa7ff7da506;hp=a734f6bf3cea7821baad6f1882c784a60f0785b6;hpb=485e3b5fa7cf787bf2e341b746a51c6c41b103c6;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. ;;