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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tls.el
Date: Mon, 01 Nov 2004 18:16:37 -0500

Index: emacs/lisp/net/tls.el
diff -c emacs/lisp/net/tls.el:1.4 emacs/lisp/net/tls.el:1.5
*** emacs/lisp/net/tls.el:1.4   Tue Oct 12 09:40:45 2004
--- emacs/lisp/net/tls.el       Mon Nov  1 23:06:36 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]