diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2004-09-08 18:17:56 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2004-09-08 18:17:56 +0000 |
commit | e79f14a42e6914d5ad7d01ab055189dea48bc196 (patch) | |
tree | 3e50cc90db414ee9f483fbcf317cf1415d4cf07c /lisp/gnus/nntp.el | |
parent | fba74375608bcbf2d970c260037bbc84430e3a13 (diff) | |
download | emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.tar.gz emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.tar.bz2 emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.zip |
* nntp.el (nntp): New customization group.
(nntp-authinfo-file): Added customization group.
* mml2015.el (mml2015-unabbrev-trust-alist): Added customization
group.
* mml-sec.el (mml-signencrypt-style-alist): Ditto.
* gnus.el (to-address, to-list, subscribed)
(large-newsgroup-initial): Ditto.
* flow-fill.el (fill-flowed-display-column)
(fill-flowed-encode-column): Ditto.
Diffstat (limited to 'lisp/gnus/nntp.el')
-rw-r--r-- | lisp/gnus/nntp.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 6b312de24e4..8a10600fcb8 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -34,6 +34,10 @@ (eval-when-compile (require 'cl)) +(defgroup nntp nil + "NNTP access for Gnus." + :group 'gnus) + (defvoo nntp-address nil "Address of the physical nntp server.") @@ -182,6 +186,7 @@ server there that you can connect to. See also (defcustom nntp-authinfo-file "~/.authinfo" ".netrc-like file that holds nntp authinfo passwords." + :group 'nntp :type '(choice file (repeat :tag "Entries" |