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

macroexpand



    Date: 24 May 1981 02:41-EDT
    From: Gail Zacharias <GZ at MIT-MC>
    Subject: macroexpand
    To: BUG-LISP at MIT-MC
    
    (MACROEXPAND '((A B) C)) ==> (A B)
Now gives ((A B) C), as it ought.