gnus.el (gnus-interactive-exit): Update defcustom spec.
This commit is contained in:
parent
2ba8e00888
commit
2af70b9425
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue