]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug-on-quit): Define like debug-on-error.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Jul 1997 17:40:40 +0000 (17:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Jul 1997 17:40:40 +0000 (17:40 +0000)
lisp/cus-start.el

index e3950dd82ec883f72192d7042a6ea6c3fac6eb9c..efa46c37bda7fbe30b9833b6329577716f501ce8 100644 (file)
                                             (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