X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base-class.lisp;h=a7acb3bb04e75a480c4296305d5096a0678cae38;hb=refs%2Fheads%2Fmaster;hp=8c2780b498d9c0d05afb6c7bb122cf25e4f52b4c;hpb=4a772392fd77659637f19c6d0b69584974a40074;p=hyperobject.git diff --git a/base-class.lisp b/base-class.lisp index 8c2780b..a7acb3b 100644 --- a/base-class.lisp +++ b/base-class.lisp @@ -20,7 +20,7 @@ (:metaclass hyperobject-class) (:description "Basic hyperobject class")) -(defmethod print-object ((obj hyperobject) (s stream)) +(defmethod print-object ((obj hyperobject) s) (print-unreadable-object (obj s :type t :identity nil) (funcall (obj-data-printer (get-view-id obj :compact-text)) obj s nil)))