* gnus.el (gnus-interactive-exit): Update defcustom spec.
authorLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Mon, 12 Sep 2011 04:30:47 +0000 (06:30 +0200)
committerLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Mon, 12 Sep 2011 04:30:47 +0000 (06:30 +0200)
lisp/ChangeLog
lisp/gnus.el

index 7f92152..219ce13 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-interactive-exit): Update defcustom spec.
+
 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
 
        * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
index 8f10e23..2bca1cf 100644 (file)
@@ -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.