emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 c3ff671: * lisp/net/tls.el (tls-program): Fix :ve


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 c3ff671: * lisp/net/tls.el (tls-program): Fix :version (do not merge to master).
Date: Thu, 14 Sep 2017 16:38:37 -0400 (EDT)

branch: emacs-25
commit c3ff6712ad24fcf45874dc0665a8606e9b2208a4
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/net/tls.el (tls-program): Fix :version (do not merge to master).
---
 lisp/net/tls.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tls.el b/lisp/net/tls.el
index 11aae63..866f987 100644
--- a/lisp/net/tls.el
+++ b/lisp/net/tls.el
@@ -106,7 +106,7 @@ successful negotiation."
          (repeat :inline t :tag "Other" (string)))
     (list :tag "List of commands"
          (repeat :tag "Command" (string))))
-  :version "25.3"                       ; remove s_client
+  :version "25.4"                       ; remove s_client
   :group 'tls)
 
 (defcustom tls-process-connection-type nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]