emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ce0aa05: * lisp/net/tls.el (tls-program): Fix :vers


From: Glenn Morris
Subject: [Emacs-diffs] master ce0aa05: * lisp/net/tls.el (tls-program): Fix :version.
Date: Thu, 14 Sep 2017 16:35:55 -0400 (EDT)

branch: master
commit ce0aa058641cd7641db6dea6f3d79a30c1fd21f7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/net/tls.el (tls-program): Fix :version.
    
    ; Ref: http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00401.html
---
 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 e895849..76c39b0 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 "26.1"                       ; remove s_client
   :group 'tls)
 
 (defcustom tls-process-connection-type nil



reply via email to

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