Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
ae129d52
Commit
ae129d52
authored
Apr 26, 2003
by
pfdietz
Browse files
Typo fix.
parent
b5e3559a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/defclass-02.lsp
View file @
ae129d52
...
...
@@ -88,7 +88,7 @@
(map-slot-boundp* c2 '(a b c d))
(slot-value c1 'a)
(slot-value c2 'a)
(eq (slot-makunbound c2 'a) c
1
)
(eq (slot-makunbound c2 'a) c
2
)
(map-slot-boundp* c1 '(a b))
(map-slot-boundp* c2 '(a b c d))))
(nil nil)
...
...
@@ -168,6 +168,8 @@
;;;
;;; Show shadowing of slots by :allocation
(defclass class-0207a ()
((a :allocation :class)))
...
...
@@ -212,3 +214,4 @@
z
t t t
x y z)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment