+2011-10-07 Glenn Morris <rgm@gnu.org>
+
+ * cus-start.el (debug-on-quit): Fix custom type.
+
2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* subr.el (define-key-after): Clarify that the function is not
2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
- * 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 <cyd@stupidchicken.com>
(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)