From: Dave Love Date: Tue, 22 Feb 2000 11:52:25 +0000 (+0000) Subject: Remove bogus spec for define-condition. X-Git-Tag: emacs-pretest-21.0.90~4938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d8700e8f12b88386ab09fbe2106e06b8720851e;p=emacs.git Remove bogus spec for define-condition. --- diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 2b5ef3420c4..20f2afe8005 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -377,6 +377,7 @@ by `lisp-body-indent'." (let ((l '((block 1) (case (4 &rest (&whole 2 &rest 1))) (ccase . case) (ecase . case) + (condition-case ((1 4) (&whole 2 ((0 1) (1 3) (2 &body))))) (typecase . case) (etypecase . case) (ctypecase . case) (catch 1) (cond (&rest (&whole 2 &rest 1))) @@ -386,10 +387,6 @@ by `lisp-body-indent'." (defconstant . defvar) (defcustom (4 2 2 2)) (defparameter . defvar) - (define-condition ((1 6) - (2 6 ((&whole 1))) - (3 4 ((&whole 1))) - (4 &body))) (define-modify-macro (4 &body)) (defsetf (4 &lambda 4 &body))