From: Lars Magne Ingebrigtsen Date: Mon, 12 Sep 2011 09:12:46 +0000 (+0000) Subject: gnus.el (gnus-interactive-exit): Update defcustom spec. X-Git-Tag: emacs-pretest-24.0.90~104^2~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2af70b9425428a2a0d4d25e49b7d73af375d473e;p=emacs.git gnus.el (gnus-interactive-exit): Update defcustom spec. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 69e3197c556..a89dc713dd8 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2011-09-12 Lars Magne Ingebrigtsen + + * gnus.el (gnus-interactive-exit): Update defcustom spec. + 2011-09-12 Stefan Monnier * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp. diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 3dfbc862837..924d974eb3c 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1588,7 +1588,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.