diff options
author | Glenn Morris <rgm@gnu.org> | 2017-05-22 19:08:10 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-05-22 19:08:10 -0400 |
commit | ad2f52a14312b1b33f235103189b033b7ed87ddd (patch) | |
tree | 5892d4b4f0a74bcc4641209ff6a7b7854e211248 /lisp/net/tls.el | |
parent | bc78276e81956b3caa8a5eb7ef26959fa4c84b7b (diff) | |
download | emacs-ad2f52a14312b1b33f235103189b033b7ed87ddd.tar.gz emacs-ad2f52a14312b1b33f235103189b033b7ed87ddd.tar.bz2 emacs-ad2f52a14312b1b33f235103189b033b7ed87ddd.zip |
; * lisp/net/tls.el (tls-program): Tweak :version.
; To be reset if no 25.3 happens.
Diffstat (limited to 'lisp/net/tls.el')
-rw-r--r-- | lisp/net/tls.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tls.el b/lisp/net/tls.el index a31a1a033f1..11aae635aae 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 "26.1" ; remove s_client + :version "25.3" ; remove s_client :group 'tls) (defcustom tls-process-connection-type nil |