chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e7b3548
)
Bug fix
author
espen
<espen>
Sun, 27 Feb 2005 23:33:34 +0000
(23:33 +0000)
committer
espen
<espen>
Sun, 27 Feb 2005 23:33:34 +0000
(23:33 +0000)
examples/ginspect.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/ginspect.lisp
b/examples/ginspect.lisp
index f16abd157e7c6ec65537cc2b558b61911328adb3..9aa69b91bc0dc92a18316bd1e064f4119515e8d0 100644
(file)
--- a/
examples/ginspect.lisp
+++ b/
examples/ginspect.lisp
@@
-103,7
+103,7
@@
(defmethod decompose-describe-object ((object standard-object))
collect (let* ((slot-name (pcl:slot-definition-name slotd))
(slot-value (if (slot-boundp object slot-name)
(slot-value object slot-name)
collect (let* ((slot-name (pcl:slot-definition-name slotd))
(slot-value (if (slot-boundp object slot-name)
(slot-value object slot-name)
- *inspect-unbound-object-marker*)))
+ *
g
inspect-unbound-object-marker*)))
(cons (string slot-name) slot-value)))))
(cons (string slot-name) slot-value)))))