From ece5869ff8aaa59a2b906f21c7fbb1a402d6a073 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 12 Sep 2011 06:30:47 +0200 Subject: [PATCH] * gnus.el (gnus-interactive-exit): Update defcustom spec. --- lisp/ChangeLog | 4 ++++ lisp/gnus.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f92152b9..219ce13c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-12 Lars Magne Ingebrigtsen + + * gnus.el (gnus-interactive-exit): Update defcustom spec. + 2011-09-12 Andrew Cohen * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map) diff --git a/lisp/gnus.el b/lisp/gnus.el index 8f10e23ee..2bca1cf05 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1594,7 +1594,8 @@ commands will still require prompting." If `quiet', update any active summary buffers automatically first before exiting." :group 'gnus-exit - :type 'boolean) + :type '(choice boolean + (const quiet))) (defcustom gnus-extract-address-components 'gnus-extract-address-components "*Function for extracting address components from a From header. -- 2.25.1