mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix error
This commit is contained in:
parent
db87c36214
commit
f971b9a38c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue