diff options
| author | Glenn Morris | 2017-09-14 16:35:43 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-09-14 16:35:43 -0400 |
| commit | ce0aa058641cd7641db6dea6f3d79a30c1fd21f7 (patch) | |
| tree | c7e1f5d910c188e6d01c4d2045e8810a2df8759d | |
| parent | d44c8542af6388ebad67751d4a5cdf8db598746b (diff) | |
| download | emacs-ce0aa058641cd7641db6dea6f3d79a30c1fd21f7.tar.gz emacs-ce0aa058641cd7641db6dea6f3d79a30c1fd21f7.zip | |
* lisp/net/tls.el (tls-program): Fix :version.
; Ref: http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00401.html
| -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." | |||
| 106 | (repeat :inline t :tag "Other" (string))) | 106 | (repeat :inline t :tag "Other" (string))) |
| 107 | (list :tag "List of commands" | 107 | (list :tag "List of commands" |
| 108 | (repeat :tag "Command" (string)))) | 108 | (repeat :tag "Command" (string)))) |
| 109 | :version "25.3" ; remove s_client | 109 | :version "26.1" ; remove s_client |
| 110 | :group 'tls) | 110 | :group 'tls) |
| 111 | 111 | ||
| 112 | (defcustom tls-process-connection-type nil | 112 | (defcustom tls-process-connection-type nil |