[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in COMPLR



(funcall 'grindef (list fn-name)) works in the interpreter, but
not when compiled.  I have reason to suspect that it is passing
fn-name rather than (list fn-name).  grindef is of course a fexpr.

(apply 'grindef (list fn-name)) works everywhere.  is this a bug
in complr, or in me?