[gnus git] branch master updated: n0-17-258-gdac2a89 =1= auth-source.el: Autoload help-mode.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via dac2a8904a812aecc126e4679bf362c726d80e7f (commit)
from c27caf16ad20e6109ee7086cf55f863c8f435556 (commit)
- Log -----------------------------------------------------------------
commit dac2a8904a812aecc126e4679bf362c726d80e7f
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Aug 30 23:01:09 2011 +0000
auth-source.el: Autoload help-mode.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7890e7f..5ebcdcc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-30 Katsumi Yamaoka <[email protected]>
+
+ * auth-source.el: Autoload help-mode.
+
2011-08-30 Lars Magne Ingebrigtsen <[email protected]>
* gnus-group.el (gnus-group-name-charset): Don't bug out on server
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 7ac0d29..e3a8bb2 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -80,6 +80,8 @@
(autoload 'epg-context-set-armor "epg")
(autoload 'epg-encrypt-string "epg")
+(autoload 'help-mode "help-mode" nil t)
+
(defvar secrets-enabled)
(defgroup auth-source nil
-----------------------------------------------------------------------
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 | 4 ++++
lisp/auth-source.el | 2 ++
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