1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(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

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