fstamour opened this issue 2 years ago · 0 comments
(defun symbol-macro-p (sym &optional env) (let ((*macroexpand-hook* (constantly nil))) (nth-value 1 (macroexpand-1 sym env))))