[gnus git] branch master updated: n0-17-294-gece5869 =1= * gnus.el (gnus-interactive-exit): Update defcustom spec.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ece5869ff8aaa59a2b906f21c7fbb1a402d6a073 (commit)
from fe5cdc3b5aaeccc4dff8bcce3b9d64bf69c464da (commit)
- Log -----------------------------------------------------------------
commit ece5869ff8aaa59a2b906f21c7fbb1a402d6a073
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Sep 12 06:30:47 2011 +0200
* gnus.el (gnus-interactive-exit): Update defcustom spec.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7f92152..219ce13 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-12 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus.el (gnus-interactive-exit): Update defcustom spec.
+
2011-09-12 Andrew Cohen <[email protected]>
* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 8f10e23..2bca1cf 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.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus.el | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project