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

Re: Lexical references in DEFMACRO



I thought the obvious defmacro was:

      (defmacro foo-p (x) `(and (listp ,x) (eq (car ,x) ',unique-id))))

which is the lexically binding of unique-id I had in mind.  I will try
not to be so terse next time.