* lisp/cus-start.el (debug-on-quit): Fix custom type.
This commit is contained in:
parent
465d0300d4
commit
21ce824514
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
@ -7,7 +11,7 @@
|
|||
|
||||
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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue