(tls-certtool-program): Fix custom type.

This commit is contained in:
John Paul Wallington 2007-02-24 18:07:17 +00:00
parent 7c2288eaa2
commit 9bdd0e1632
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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)