X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base-class.lisp;h=a7acb3bb04e75a480c4296305d5096a0678cae38;hb=7488e60672318e28e08f87c64fe3868690dbfd7b;hp=e4becfe8d2c8cfb7c680dbce9424902f0e75a1c3;hpb=0817a8721cbefca2205dcde535ff6b164033abef;p=hyperobject.git diff --git a/base-class.lisp b/base-class.lisp index e4becfe..a7acb3b 100644 --- a/base-class.lisp +++ b/base-class.lisp @@ -20,8 +20,8 @@ (: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))) + obj s nil)))