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

[no subject]



(setq x (quote #'foo)) ---> ((function foo))
I thought it was supposed to return (function foo).  ??.