Mercurial > emacs
changeset 76125:428a3ee993db
(tls-certtool-program): Fix custom type.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 24 Feb 2007 18:05:45 +0000 |
parents | abc2a68a039d |
children | a228fbd9ee72 |
files | lisp/net/tls.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tls.el Sat Feb 24 17:24:29 2007 +0000 +++ b/lisp/net/tls.el Sat Feb 24 18:05:45 2007 +0000 @@ -86,7 +86,7 @@ "Name of GnuTLS certtool. Used by `tls-certificate-information'." :version "22.1" - :type '(repeat string) + :type 'string :group 'tls) (defun tls-certificate-information (der)