X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=base-class.lisp;fp=base-class.lisp;h=8c2780b498d9c0d05afb6c7bb122cf25e4f52b4c;hp=e4becfe8d2c8cfb7c680dbce9424902f0e75a1c3;hb=4a772392fd77659637f19c6d0b69584974a40074;hpb=2609d271cb408331a31374739154d0c11d7afb6d diff --git a/base-class.lisp b/base-class.lisp index e4becfe..8c2780b 100644 --- a/base-class.lisp +++ b/base-class.lisp @@ -23,5 +23,5 @@ (defmethod print-object ((obj hyperobject) (s stream)) (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)))