lisp/ChangeLog (2013-06-05): Fix file name
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 10 Jun 2013 02:11:32 +0000 (02:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 10 Jun 2013 02:11:32 +0000 (02:11 +0000)
lisp/ChangeLog

index a84b67c..ec2e7db 100644 (file)
@@ -12,8 +12,8 @@
 
 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
-       to point when opening the connection.
+       * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
+       when opening the connection.
        Suggested by João Távora <joaotavora@gmail.com> in
        <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.