[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: GZ at MIT-MC (Gail Zacharias)
- Date: Thu, 28 Feb 80 05:34:00 GMT
- Original-date: 28 FEB 1980 0034-EST
(setq x (quote #'foo)) ---> ((function foo))
I thought it was supposed to return (function foo). ??.