diff options
| author | John Paul Wallington | 2007-02-24 18:07:17 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2007-02-24 18:07:17 +0000 |
| commit | 9bdd0e1632f3f32ac6d0fac5debcbe5f7305199b (patch) | |
| tree | da38b601ccbfda2efe02c3b430f4defc3bbde116 | |
| parent | 7c2288eaa217c795bca208a809a44de166221ee8 (diff) | |
| download | emacs-9bdd0e1632f3f32ac6d0fac5debcbe5f7305199b.tar.gz emacs-9bdd0e1632f3f32ac6d0fac5debcbe5f7305199b.zip | |
(tls-certtool-program): Fix custom type.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/net/tls.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb1641a7742..ed6d98ab609 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-02-24 John Paul Wallington <jpw@pobox.com> | 1 | 2007-02-24 John Paul Wallington <jpw@pobox.com> |
| 2 | 2 | ||
| 3 | * net/tls.el (tls-certtool-program): Fix custom type. | ||
| 4 | |||
| 3 | * mail/feedmail.el (feedmail-message-id-generator) | 5 | * mail/feedmail.el (feedmail-message-id-generator) |
| 4 | (feedmail-date-generator): Fix custom types. | 6 | (feedmail-date-generator): Fix custom types. |
| 5 | 7 | ||
diff --git a/lisp/net/tls.el b/lisp/net/tls.el index 0f4b1e57c14..3a9f19c819c 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el | |||
| @@ -86,7 +86,7 @@ The default is what GNUTLS's \"gnutls-cli\" or OpenSSL's | |||
| 86 | "Name of GnuTLS certtool. | 86 | "Name of GnuTLS certtool. |
| 87 | Used by `tls-certificate-information'." | 87 | Used by `tls-certificate-information'." |
| 88 | :version "22.1" | 88 | :version "22.1" |
| 89 | :type '(repeat string) | 89 | :type 'string |
| 90 | :group 'tls) | 90 | :group 'tls) |
| 91 | 91 | ||
| 92 | (defun tls-certificate-information (der) | 92 | (defun tls-certificate-information (der) |