[gnus git] branch master updated: m0-5-247-g397063f =1= mml-smime.el (epg-sub-key-fingerprint): Autoload for mml-smime-epg-find-usable-secret-key
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 397063f971cfc49dc36c54fde6998bdb4e2cc9ef (commit)
from 3349348c67dc68f0a7a87625a2406a5685602282 (commit)
- Log -----------------------------------------------------------------
commit 397063f971cfc49dc36c54fde6998bdb4e2cc9ef
Author: Daiki Ueno <[email protected]>
Date: Wed Jan 9 07:17:29 2013 +0000
mml-smime.el (epg-sub-key-fingerprint): Autoload for mml-smime-epg-find-usable-secret-key
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc0e83f..cd8ea7c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-09 Daiki Ueno <[email protected]>
+
+ * mml-smime.el (epg-sub-key-fingerprint): Autoload for
+ mml-smime-epg-find-usable-secret-key.
+
2013-01-08 Glenn Morris <[email protected]>
* mml-smime.el (mml-smime-sign-with-sender): Add :version.
diff --git a/lisp/mml-smime.el b/lisp/mml-smime.el
index 22f88b4..e5e99de 100644
--- a/lisp/mml-smime.el
+++ b/lisp/mml-smime.el
@@ -329,6 +329,7 @@ Whether the passphrase is cached at all is controlled by
(autoload 'epg-encrypt-string "epg")
(autoload 'epg-passphrase-callback-function "epg")
(autoload 'epg-context-set-passphrase-callback "epg")
+ (autoload 'epg-sub-key-fingerprint "epg")
(autoload 'epg-configuration "epg-config")
(autoload 'epg-expand-group "epg-config")
(autoload 'epa-select-keys "epa"))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/mml-smime.el | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project