[gnus git] branch master updated: m0-13-90-g12d725e =1= auth-source.el: Revert last change
Katsumi Yamaoka <[email protected]> Fri, 23 Oct 2015 04:42:52 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 12d725e8ee4ce8ffe57b7bc2d6debc4532d3288e (commit)
from 48617fcef6a5c792f555dc402a2e888ba17a1267 (commit)
- Log -----------------------------------------------------------------
commit 12d725e8ee4ce8ffe57b7bc2d6debc4532d3288e
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Oct 23 02:42:51 2015 +0000
auth-source.el: Revert last change
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae14c6b..7a244eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2015-10-23 Katsumi Yamaoka <[email protected]>
+ * auth-source.el: Revert.
+
* auth-source.el: Add eval-and-compile to autoloads for
epg-context-set-passphrase-callback, epg-decrypt-string,
epg-encrypt-string, and epg-context-set-armor.
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 6a8ec8c..e903f2f 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -73,12 +73,11 @@
(autoload 'plstore-save "plstore")
(autoload 'plstore-get-file "plstore")
-(eval-and-compile
- (autoload 'epg-make-context "epg")
- (autoload 'epg-context-set-passphrase-callback "epg")
- (autoload 'epg-decrypt-string "epg")
- (autoload 'epg-encrypt-string "epg")
- (autoload 'epg-context-set-armor "epg"))
+(autoload 'epg-make-context "epg")
+(autoload 'epg-context-set-passphrase-callback "epg")
+(autoload 'epg-decrypt-string "epg")
+(autoload 'epg-encrypt-string "epg")
+(autoload 'epg-context-set-armor "epg")
(autoload 'help-mode "help-mode" nil t)
-----------------------------------------------------------------------
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 | 2 ++
lisp/auth-source.el | 11 +++++------
2 files changed, 7 insertions(+), 6 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