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

[no subject]



The following problem which you noted is fixed in
the current XLISP -- version 2054.
    Date: 16 OCT 1980 1657-EDT
    From: KMP at MIT-MC (Kent M. Pitman)
    Subject: This still happens in XLISP
    (defun foo ()     '(expr  definition))
    (macro foo (nil) ''(macro definition))
    (foo)		=> (macro definition)
    (funcall 'foo)	=> (expr  definition)
    (apply 'foo ()) => ;IMPROPER USE OF MACRO - EVAL