auth-source.el: Autoload help-mode.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 30 Aug 2011 23:01:09 +0000 (23:01 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 30 Aug 2011 23:01:09 +0000 (23:01 +0000)
lisp/ChangeLog
lisp/auth-source.el

index 7890e7f..5ebcdcc 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * auth-source.el: Autoload help-mode.
+
 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-group.el (gnus-group-name-charset): Don't bug out on server
index 7ac0d29..e3a8bb2 100644 (file)
@@ -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