mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 00:30:17 -08:00
(when, unless): Symbol props moved to subr.el.
This commit is contained in:
parent
dc91fb5dbd
commit
033d0963b3
1 changed files with 0 additions and 1 deletions
|
|
@ -690,7 +690,6 @@ FUNC is not added if it already appears on the list stored in HOOK."
|
||||||
((function*) nil
|
((function*) nil
|
||||||
(&or symbolp ([&optional 'macro] 'lambda (&rest sexp) &rest form)))
|
(&or symbolp ([&optional 'macro] 'lambda (&rest sexp) &rest form)))
|
||||||
((eval-when) 1 (sexp &rest form))
|
((eval-when) 1 (sexp &rest form))
|
||||||
((when unless) 1 (&rest form))
|
|
||||||
((declare) nil (&rest sexp))
|
((declare) nil (&rest sexp))
|
||||||
((the) 1 (sexp &rest form))
|
((the) 1 (sexp &rest form))
|
||||||
((case ecase typecase etypecase) 1 (form &rest (sexp &rest form)))
|
((case ecase typecase etypecase) 1 (form &rest (sexp &rest form)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue