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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tls.el
Date: Wed, 09 Feb 2005 10:52:23 -0500

Index: emacs/lisp/net/tls.el
diff -c emacs/lisp/net/tls.el:1.5 emacs/lisp/net/tls.el:1.6
*** emacs/lisp/net/tls.el:1.5   Mon Nov  1 23:06:36 2004
--- emacs/lisp/net/tls.el       Wed Feb  9 15:50:37 2005
***************
*** 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)
  
--- 67,87 ----
  
  (defcustom tls-process-connection-type nil
    "*Value for `process-connection-type' to use when starting TLS process."
!   :version "22.1"
    :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 "22.1"
    :type 'regexp
    :group 'tls)
  
  (defcustom tls-certtool-program (executable-find "certtool")
    "Name of  GnuTLS certtool.
  Used by `tls-certificate-information'."
!   :version "22.1"
    :type '(repeat string)
    :group 'tls)
  




reply via email to

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