]> git.eshelyaron.com Git - emacs.git/commitdiff
(Direct Functions): Add missing port number to tls method.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 18 Dec 2009 04:29:17 +0000 (04:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 18 Dec 2009 04:29:17 +0000 (04:29 +0000)
doc/misc/ChangeLog
doc/misc/gnus.texi

index 5a11954ae023549ff15ce0fef53d060fec6fc9f8..3626367da5218ea82ac0ff2af98a52aa3b753fe5 100644 (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.
index ca386c084161084ae55f16f2da10abce85525dc2..e90789d24944faf1348d851186f15f7707630b72 100644 (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