Mercurial > emacs
changeset 23587:26749ef98f6c
(edebug-initial-mode): Fix customize type.
(edebug-on-error): Fix customize type to match that of
debug-on-error.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 30 Oct 1998 11:00:07 +0000 |
parents | 58e75110c086 |
children | cec6b3f8f355 |
files | lisp/emacs-lisp/edebug.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/edebug.el Fri Oct 30 10:59:23 1998 +0000 +++ b/lisp/emacs-lisp/edebug.el Fri Oct 30 11:00:07 1998 +0000 @@ -181,7 +181,7 @@ :type '(choice (const step) (const next) (const go) (const Go-nonstop) (const trace) (const Trace-fast) (const continue) - (const continue-fast)) + (const Continue-fast)) :group 'edebug) (defcustom edebug-trace nil @@ -243,7 +243,11 @@ handled by a `condition-case'. This option is useful for debugging signals that *are* handled since they would otherwise be missed. After execution is resumed, the error is signaled again." - :type '(choice boolean (repeat string)) + :type '(choice (const :tag "off") + (repeat :menu-tag "When" + :value (nil) + (symbol :format "%v")) + (const :tag "always" t)) :group 'edebug) (defcustom edebug-on-quit t