X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fprint-object.lisp;h=6b15d735a682894af1cefa99b45ea809b5bf98ed;hb=28dcf682ef2a3c80b7bcdda00787dbb5e3893abe;hp=6a91b50c584671ac364bf0818ea4e414860d4ba2;hpb=95345bb533def44122ad6a1f61f06c3a0be3e9e3;p=sbcl.git diff --git a/src/pcl/print-object.lisp b/src/pcl/print-object.lisp index 6a91b50..6b15d73 100644 --- a/src/pcl/print-object.lisp +++ b/src/pcl/print-object.lisp @@ -114,7 +114,7 @@ (defmethod print-object ((slotd slot-definition) stream) (named-object-print-function slotd stream)) -(defmethod print-object ((generic-function generic-function) stream) +(defmethod print-object ((generic-function standard-generic-function) stream) (named-object-print-function generic-function stream