fix error

This commit is contained in:
SANO Masatoshi 2017-06-13 17:48:47 +09:00
parent db87c36214
commit f971b9a38c

View file

@ -102,8 +102,8 @@ This is a portable implementation."
(set (second i) (third i)))
((and (listp i)
(eql (first i) 'pushnew)
(not (find (second i) (third i) :test #'equal)))
(set (third i) (cons (second i) (third i))))
(not (find (second i) (symbol-value (third i)) :test #'equal)))
(set (third i) (cons (second i) (symbol-value (third i)))))
((symbolp i)
(funcall i))
((listp i)