(debug-on-quit): Define like debug-on-error.
This commit is contained in:
parent
a7d6bdac9f
commit
507c92471f
1 changed files with 6 additions and 1 deletions
|
@ -93,7 +93,12 @@
|
|||
(symbol :format "%v"))
|
||||
(const :tag "always" t)))
|
||||
(debug-ignored-errors debug (repeat (choice symbol regexp)))
|
||||
(debug-on-quit debug choice)
|
||||
(debug-on-quit debug
|
||||
(choice (const :tag "off")
|
||||
(repeat :menu-tag "When"
|
||||
:value (nil)
|
||||
(symbol :format "%v"))
|
||||
(const :tag "always" t)))
|
||||
;; fileio.c
|
||||
(insert-default-directory minibuffer boolean)
|
||||
;; frame.c
|
||||
|
|
Loading…
Add table
Reference in a new issue