# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 868688034 0
# Node ID 43149745d126023f129041f1a149d0c64ec13932
# Parent  d03fae97ec4f3f123083012cbb1501a65fec5209
(condition-case): Fix edebug-form-spec to
allow a handler with a list of condition names.

diff -r d03fae97ec4f -r 43149745d126 lisp/emacs-lisp/edebug.el
--- a/lisp/emacs-lisp/edebug.el	Fri Jul 11 06:58:14 1997 +0000
+++ b/lisp/emacs-lisp/edebug.el	Sat Jul 12 06:13:54 1997 +0000
@@ -1,6 +1,6 @@
 ;;; edebug.el --- a source-level debugger for Emacs Lisp
 
-;; Copyright (C) 1988,'89,'90,'91,'92,'93,'94,'95,'97
+;; Copyright (C) 1988,'89,'90,'91,'92,'93,'94,'95,1997
 ;;       Free Software Foundation, Inc
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
@@ -2104,7 +2104,7 @@
 (def-edebug-spec condition-case
   (symbolp
    form
-   &rest (symbolp body)))
+   &rest ([&or symbolp (&rest symbolp)] body)))
 
 
 (def-edebug-spec \` (backquote-form))