[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: advice.el and special forms
From: |
Luc Teirlinck |
Subject: |
Re: advice.el and special forms |
Date: |
Fri, 15 Jul 2005 12:36:57 -0500 (CDT) |
Lennart Staflin wrote:
On 14 jul 2005, at 21:43, Stuart D. Herring wrote:
>
> (defun special-form-p (object)
> "Return t if OBJECT is a special form."
> (and (subrp object) (eq (cdr (subr-arity object)) 'unevalled)))
>
I know that Emacs Lisp isn't Common Lisp, but isn't special-operator-p
a better name?
They are rather consistently called "special forms" in the Elisp docs.
Sincerely,
Luc.