gnus.el (gnus-interactive-exit): Update defcustom spec.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-09-12 09:12:46 +00:00 committed by Katsumi Yamaoka
parent 2ba8e00888
commit 2af70b9425
2 changed files with 6 additions and 1 deletions

View 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.

View 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.