diff options
| author | Richard M. Stallman | 1997-07-20 17:40:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-20 17:40:40 +0000 |
| commit | 507c92471fab82af331576861b4573c31346a804 (patch) | |
| tree | a62a7d579cd9b82445efbbf07ee9106b7d0d6350 /lisp | |
| parent | a7d6bdac9f6adb2727f761cd6a4b61b18e10b141 (diff) | |
| download | emacs-507c92471fab82af331576861b4573c31346a804.tar.gz emacs-507c92471fab82af331576861b4573c31346a804.zip | |
(debug-on-quit): Define like debug-on-error.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-start.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index e3950dd82ec..efa46c37bda 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -93,7 +93,12 @@ | |||
| 93 | (symbol :format "%v")) | 93 | (symbol :format "%v")) |
| 94 | (const :tag "always" t))) | 94 | (const :tag "always" t))) |
| 95 | (debug-ignored-errors debug (repeat (choice symbol regexp))) | 95 | (debug-ignored-errors debug (repeat (choice symbol regexp))) |
| 96 | (debug-on-quit debug choice) | 96 | (debug-on-quit debug |
| 97 | (choice (const :tag "off") | ||
| 98 | (repeat :menu-tag "When" | ||
| 99 | :value (nil) | ||
| 100 | (symbol :format "%v")) | ||
| 101 | (const :tag "always" t))) | ||
| 97 | ;; fileio.c | 102 | ;; fileio.c |
| 98 | (insert-default-directory minibuffer boolean) | 103 | (insert-default-directory minibuffer boolean) |
| 99 | ;; frame.c | 104 | ;; frame.c |