diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-09-12 09:12:46 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-09-12 09:12:46 +0000 |
commit | 2af70b9425428a2a0d4d25e49b7d73af375d473e (patch) | |
tree | dba50c773cdca233de03a9a195f878a7eaa22b57 /lisp/gnus | |
parent | 2ba8e0088836fa1bfec2bdd6c92159b7805c399d (diff) | |
download | emacs-2af70b9425428a2a0d4d25e49b7d73af375d473e.tar.gz |
gnus.el (gnus-interactive-exit): Update defcustom spec.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/gnus/gnus.el | 3 |
2 files changed, 6 insertions, 1 deletions
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 <larsi@gnus.org> + + * gnus.el (gnus-interactive-exit): Update defcustom spec. + 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca> * 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. |