]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus.el (gnus-interactive-exit): Update defcustom spec.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 12 Sep 2011 09:12:46 +0000 (09:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 12 Sep 2011 09:12:46 +0000 (09:12 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index 69e3197c55695de8663176ebce7dcff8c1ece2c1..a89dc713dd81f1b6fd7403cc65266bd01c31d255 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  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
index 3dfbc8628375cb586fadff12ece914469c84d7b7..924d974eb3c406de1bffd108ce2d33e093f7a1ed 100644 (file)
@@ -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.