On 3/10/10 1:47 PM, Helmut Eller wrote:
One more thing:
(defmacro bar () 1)
(compile 'bar '(lambda () 2))
should remove the macro binding for bar.
I agree. I think I've figured out how to remove the macro binding and
will be checking it in shortly.
Ray