diff options
author | Glenn Morris <rgm@gnu.org> | 2017-09-14 16:35:43 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-09-14 16:35:43 -0400 |
commit | ce0aa058641cd7641db6dea6f3d79a30c1fd21f7 (patch) | |
tree | c7e1f5d910c188e6d01c4d2045e8810a2df8759d /lisp/net/tls.el | |
parent | d44c8542af6388ebad67751d4a5cdf8db598746b (diff) | |
download | emacs-ce0aa058641cd7641db6dea6f3d79a30c1fd21f7.tar.gz emacs-ce0aa058641cd7641db6dea6f3d79a30c1fd21f7.tar.bz2 emacs-ce0aa058641cd7641db6dea6f3d79a30c1fd21f7.zip |
* lisp/net/tls.el (tls-program): Fix :version.
; Ref: http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00401.html
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 e89584994d1..76c39b0bece 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 |