]> git.eshelyaron.com Git - emacs.git/commit
Remove unnecessary cons in lexical eval
authorMattias Engdegård <mattiase@acm.org>
Tue, 7 Feb 2023 12:16:40 +0000 (13:16 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 7 Feb 2023 18:38:00 +0000 (19:38 +0100)
commita98d0daac473737da720c20f49f6f5abf36b074b
treeeea04ca2420e001450bf5e5c1e8023c29b95a457
parent22f0159c5aa8aca3d650505b41adfbd03f719b11
Remove unnecessary cons in lexical eval

* src/eval.c (list_of_t): New.
(Feval): Use list_of_t instead of consing every time.
(syms_of_eval): Set list_of_t to (t) and staticpro it.
src/eval.c