# HG changeset patch # User Dave Love # Date 975949557 0 # Node ID e2fb02d21aeec975c0e70be0da5be9127eadd118 # Parent dfa1e46214a5cd955d7e233d74abdaf07ceb7c4e Remove erroneous spec for condition-case. diff -r dfa1e46214a5 -r e2fb02d21aee lisp/emacs-lisp/cl-indent.el --- a/lisp/emacs-lisp/cl-indent.el Mon Dec 04 16:42:37 2000 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Mon Dec 04 17:05:57 2000 +0000 @@ -377,7 +377,6 @@ (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))) @@ -491,8 +490,10 @@ ;(put 'with-restart 'common-lisp-indent-function '((1 4 ((* 1))) (2 &body))) ;(put 'restart-case 'common-lisp-indent-function '((1 4) (* 2 ((0 1) (* 1))))) -;(put 'define-condition 'common-lisp-indent-function '((1 6) (2 6 ((* 1))) (3 4 ((* 1))) (4 &body))) +;(put 'define-condition 'common-lisp-indent-function '((1 6) (2 6 ((&whole 1))) (3 4 ((&whole 1))) (4 &body))) ;(put 'with-condition-handler 'common-lisp-indent-function '((1 4 ((* 1))) (2 &body))) ;(put 'condition-case 'common-lisp-indent-function '((1 4) (* 2 ((0 1) (1 3) (2 &body))))) +;(put 'defclass 'common-lisp-indent-function '((&whole 2 &rest (&whole 2 &rest 1) &rest (&whole 2 &rest 1))) +;(put 'defgeneric 'common-lisp-indent-function 'defun) ;;; cl-indent.el ends here