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:
parent
7c2288eaa2
commit
9bdd0e1632
2 changed files with 3 additions and 1 deletions
|
|
@ -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
Add a link
Reference in a new issue