Fix typo.

This commit is contained in:
jjgarcia 2002-05-13 07:13:48 +00:00
parent 50564327b0
commit ee331c3583

View file

@ -5,6 +5,11 @@
(if (boundp 'x2q) (makunbound 'x2q) 'ok)
(if (boundp 'a) (makunbound 'a) 'ok)
(defvar a)
(if (boundp 'b) (makunbound 'b) 'ok)
(defvar b)
(my-assert
(let ((x2q 1)) ;Binds a special variable X
(declare (special x2q))