Mercurial > emacs
changeset 18729:43149745d126
(condition-case): Fix edebug-form-spec to
allow a handler with a list of condition names.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jul 1997 06:13:54 +0000 |
parents | d03fae97ec4f |
children | 492cb3baf591 |
files | lisp/emacs-lisp/edebug.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))