fisxoj / hyperspec

Programmatic index to the common lisp hyperspec
GNU General Public License v3.0
3 stars 4 forks source link

Fix to find NIL. #4

Open hyotang666 opened 2 years ago

hyotang666 commented 2 years ago

find-symbol return NIL when found NIL. To find NIL, we should check the second value.

(find-symbol "NIL" "CL") => NIL, :EXTERNAL
(find-symbol "no-such" "CL") => NIL, NIL