[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GZ at MIT-MC
- From: Alan Bawden <ALAN at MIT-MC>
- Date: Thu, 28 Feb 80 05:41:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 28 February 1980 00:41-EST
Date: 28 FEB 1980 0034-EST
From: GZ at MIT-MC (Gail Zacharias)
(setq x (quote #'foo)) ---> ((function foo))
I thought it was supposed to return (function foo). ??.
I'll bet you did a (setsyntax '/# 'macro '+internal-/#-macro) instead
of a (setsyntax '/# 'splicing '+internal-/#-macro), right?