abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 130 forks source link

`lispy--eval-elisp` fails to evaluate cons cell #601

Closed ntharim closed 2 years ago

ntharim commented 3 years ago

Since this change (f2fc462014e7afcaa97acda1ea1931b3a1e0be5b), lispy--eval-elisp fails to evaluate cons cell:

(lispy--eval-elisp "(cons 1 2)")

returns:

Wrong type argument: listp, 2