diff options
| -rw-r--r-- | lisp/emacs-lisp/cl.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 90d7b762ad9..720e56fa439 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el | |||
| @@ -690,7 +690,6 @@ FUNC is not added if it already appears on the list stored in HOOK." | |||
| 690 | ((function*) nil | 690 | ((function*) nil |
| 691 | (&or symbolp ([&optional 'macro] 'lambda (&rest sexp) &rest form))) | 691 | (&or symbolp ([&optional 'macro] 'lambda (&rest sexp) &rest form))) |
| 692 | ((eval-when) 1 (sexp &rest form)) | 692 | ((eval-when) 1 (sexp &rest form)) |
| 693 | ((when unless) 1 (&rest form)) | ||
| 694 | ((declare) nil (&rest sexp)) | 693 | ((declare) nil (&rest sexp)) |
| 695 | ((the) 1 (sexp &rest form)) | 694 | ((the) 1 (sexp &rest form)) |
| 696 | ((case ecase typecase etypecase) 1 (form &rest (sexp &rest form))) | 695 | ((case ecase typecase etypecase) 1 (form &rest (sexp &rest form))) |