]> git.eshelyaron.com Git - emacs.git/commitdiff
(tls-certtool-program): Fix custom type.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 24 Feb 2007 18:07:17 +0000 (18:07 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 24 Feb 2007 18:07:17 +0000 (18:07 +0000)
lisp/ChangeLog
lisp/net/tls.el

index eb1641a7742b6ca761118e3e4ed2e9291796810e..ed6d98ab6094757eb3164e5403776ce6ceb45571 100644 (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.
 
index 0f4b1e57c14bfb10c99539ff3635def9a9817636..3a9f19c819ca7667491825c360158304d2c04601 100644 (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)