1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Direct Functions): Add missing port number to tls method.

This commit is contained in:
Katsumi Yamaoka 2009-12-18 04:29:17 +00:00
parent 78dc2a3859
commit 83828b06e3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Direct Functions): Add missing port number to tls method.
2009-12-15 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.

View File

@ -14393,7 +14393,7 @@ installed. You then define a server as follows:
;;
(nntp "snews.bar.com"
(nntp-open-connection-function nntp-open-tls-stream)
(nntp-port-number )
(nntp-port-number 563)
(nntp-address "snews.bar.com"))
@end lisp