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

[no subject]



I dunno if this ever got replied to
    Date: 16 October 1980 16:57-EDT
    From: Kent M. Pitman <KMP at MIT-MC>
    (defun foo ()     '(expr  definition))
    (macro foo (nil) ''(macro definition))
    (foo)		=> (macro definition)
    (funcall 'foo)	=> (expr  definition)
    (apply 'foo ()) => ;IMPROPER USE OF MACRO - EVAL
It's fixed in current XLISP.