1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* lisp/gnus/gnus-int.el (gnus-start-news-server): Silence compiler

obsolescence warning.
This commit is contained in:
Glenn Morris 2013-10-29 23:35:26 -07:00
parent 9dd86b0c22
commit 8c7f77ed39
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2013-10-30 Glenn Morris <rgm@gnu.org>
* gnus-group.el (gnus-group-browse-foreign-server):
* gnus-int.el (gnus-start-news-server):
Silence compiler obsolescence warning.
2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>

View File

@ -113,7 +113,8 @@ If CONFIRM is non-nil, the user will be asked for an NNTP server."
(setq gnus-nntp-server
(gnus-completing-read "NNTP server"
(cons gnus-nntp-server
gnus-secondary-servers)
(if (boundp 'gnus-secondary-servers)
gnus-secondary-servers))
nil gnus-nntp-server)))
(when (and gnus-nntp-server