• Paul Eggert's avatar
    Simplify FUNCTIONP implementation · f0870da2
    Paul Eggert authored
    * src/bytecode.c (exec_byte_code):
    * src/image.c (parse_image_spec):
    Prefer FUNCTIONP (x) to !NILP (Ffunctionp (x)).
    * src/eval.c (FUNCTIONP): Move here ...
    * src/lisp.h: ... from here.  No longer inline, as that
    bloats the text and does not help speed (at least on my platform).
    (functionp): Remove this name, since callers use FUNCTIONP.
    f0870da2
lisp.h 149 KB