From 21ce8245145810da59c854a172900894f22c175c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Oct 2011 22:17:29 -0400 Subject: [PATCH] * lisp/cus-start.el (debug-on-quit): Fix custom type. --- lisp/ChangeLog | 6 +++++- lisp/cus-start.el | 7 +------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13bbd3cf600..c6bb97b68c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-10-07 Glenn Morris + + * cus-start.el (debug-on-quit): Fix custom type. + 2011-10-06 Lars Magne Ingebrigtsen * subr.el (define-key-after): Clarify that the function is not @@ -7,7 +11,7 @@ 2011-10-06 Thierry Volpiatto - * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only + * eshell/eshell.el (eshell-command): Enable `eshell-mode' only in current minibuffer (Fix bug with recursive minibuffers). 2011-10-06 Chong Yidong diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 232c6c3808e..3760a7a9d74 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -180,12 +180,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (symbol :format "%v")) (const :tag "always" t))) (debug-ignored-errors debug (repeat (choice symbol regexp))) - (debug-on-quit debug - (choice (const :tag "off") - (repeat :menu-tag "When" - :value (nil) - (symbol :format "%v")) - (const :tag "always" t))) + (debug-on-quit debug boolean) ;; fileio.c (delete-by-moving-to-trash auto-save boolean "23.1") (auto-save-visited-file-name auto-save boolean) -- 2.39.2