emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/tls.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tls.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:04:36 -0500

Index: emacs/lisp/net/tls.el
diff -c emacs/lisp/net/tls.el:1.1.6.3 emacs/lisp/net/tls.el:1.1.6.4
*** emacs/lisp/net/tls.el:1.1.6.3       Thu Oct 14 08:49:58 2004
--- emacs/lisp/net/tls.el       Thu Nov  4 08:55:39 2004
***************
*** 67,84 ****
--- 67,87 ----
  
  (defcustom tls-process-connection-type nil
    "*Value for `process-connection-type' to use when starting TLS process."
+   :version "21.4"
    :type 'boolean
    :group 'tls)
  
  (defcustom tls-success "- Handshake was completed"
    "*Regular expression indicating completed TLS handshakes.
  The default is what GNUTLS's \"gnutls-cli\" outputs."
+   :version "21.4"
    :type 'regexp
    :group 'tls)
  
  (defcustom tls-certtool-program (executable-find "certtool")
    "Name of  GnuTLS certtool.
  Used by `tls-certificate-information'."
+   :version "21.4"
    :type '(repeat string)
    :group 'tls)
  




reply via email to

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