(tls-certtool-program): Fix custom type.
This commit is contained in:
parent
7c2288eaa2
commit
9bdd0e1632
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2007-02-24 John Paul Wallington <jpw@pobox.com>
|
||||
|
||||
* net/tls.el (tls-certtool-program): Fix custom type.
|
||||
|
||||
* mail/feedmail.el (feedmail-message-id-generator)
|
||||
(feedmail-date-generator): Fix custom types.
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ The default is what GNUTLS's \"gnutls-cli\" or OpenSSL's
|
|||
"Name of GnuTLS certtool.
|
||||
Used by `tls-certificate-information'."
|
||||
:version "22.1"
|
||||
:type '(repeat string)
|
||||
:type 'string
|
||||
:group 'tls)
|
||||
|
||||
(defun tls-certificate-information (der)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue