]> git.eshelyaron.com Git - emacs.git/commit
Fix comment and tweak eval_sub
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2019 19:52:57 +0000 (12:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2019 19:57:30 +0000 (12:57 -0700)
commitbc4ed68314e51d784c03a06385f294db80f9a3bd
tree366412b02d402c16d2a384f2965685b951593258
parent7d84056df4b228509b723b11d69bf39e3d1e548a
Fix comment and tweak eval_sub

* src/eval.c (eval_sub): Check whether Fassq returns Qnil,
not whether it returns a cons, as NILP is faster than CONSP
nowadays.  Remove incorrect comment “only original_fun and
original_args have values that will be used below”; instead,
move declarations around so that the set of variables with
useful values is obvious.
src/eval.c