[gnus git] branch master updated: n0-17-118-g7eba760 =1= (epg-context-set-passphrase-callback): Remove duplicate autoload.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7eba7601cf458aa3e7bb0f49c57464dcee5958e4 (commit)
from 6d225814ad9bb5ebd7047a4c3b2117ba6a4f5894 (commit)
- Log -----------------------------------------------------------------
commit 7eba7601cf458aa3e7bb0f49c57464dcee5958e4
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Jun 30 19:10:11 2011 +0200
(epg-context-set-passphrase-callback): Remove duplicate autoload.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1a5c3d2..b288c20 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-30 Lars Magne Ingebrigtsen <[email protected]>
+
+ * auth-source.el (epg-context-set-passphrase-callback): Remove
+ duplicate autoload.
+
2011-06-30 Andrew Cohen <[email protected]>
* nnir.el (nnir-request-article): Allow requesting articles by
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 4133eab..135c679 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -80,7 +80,6 @@
(autoload 'epg-context-set-passphrase-callback "epg")
(autoload 'epg-decrypt-string "epg")
(autoload 'epg-context-set-armor "epg")
-(autoload 'epg-context-set-passphrase-callback "epg")
(autoload 'epg-encrypt-string "epg")
(defvar secrets-enabled)
-----------------------------------------------------------------------
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/auth-source.el | 1 -
2 files changed, 5 insertions(+), 1 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