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:
parent
78dc2a3859
commit
83828b06e3
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user