Skip to content
Snippets Groups Projects
Commit ae129d52 authored by pfdietz's avatar pfdietz
Browse files

Typo fix.

parent b5e3559a
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
(map-slot-boundp* c2 '(a b c d)) (map-slot-boundp* c2 '(a b c d))
(slot-value c1 'a) (slot-value c1 'a)
(slot-value c2 'a) (slot-value c2 'a)
(eq (slot-makunbound c2 'a) c1) (eq (slot-makunbound c2 'a) c2)
(map-slot-boundp* c1 '(a b)) (map-slot-boundp* c1 '(a b))
(map-slot-boundp* c2 '(a b c d)))) (map-slot-boundp* c2 '(a b c d))))
(nil nil) (nil nil)
...@@ -168,6 +168,8 @@ ...@@ -168,6 +168,8 @@
;;; ;;;
;;; Show shadowing of slots by :allocation
(defclass class-0207a () (defclass class-0207a ()
((a :allocation :class))) ((a :allocation :class)))
...@@ -212,3 +214,4 @@ ...@@ -212,3 +214,4 @@
z z
t t t t t t
x y z) x y z)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment