diff options
| author | Katsumi Yamaoka | 2011-08-30 23:01:50 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-08-30 23:01:50 +0000 |
| commit | b0de839f5d989e8e10cd59bc4c9aeb32ffce956c (patch) | |
| tree | 4c4a584253d4afc3e9cc1b9ab5aa81853a86b9db | |
| parent | 51751aa26f9935609630f04e781a954b54ecc82e (diff) | |
| download | emacs-b0de839f5d989e8e10cd59bc4c9aeb32ffce956c.tar.gz emacs-b0de839f5d989e8e10cd59bc4c9aeb32ffce956c.zip | |
auth-source.el: Autoload help-mode.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/auth-source.el | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3893ec8ea7b..71872b21adb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * auth-source.el: Autoload help-mode. | ||
| 4 | |||
| 1 | 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * gnus-group.el (gnus-group-name-charset): Don't bug out on server | 7 | * gnus-group.el (gnus-group-name-charset): Don't bug out on server |
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el index 4bd13cdc05e..74d69d0820c 100644 --- a/lisp/gnus/auth-source.el +++ b/lisp/gnus/auth-source.el | |||
| @@ -70,6 +70,8 @@ | |||
| 70 | (autoload 'epg-context-set-armor "epg") | 70 | (autoload 'epg-context-set-armor "epg") |
| 71 | (autoload 'epg-encrypt-string "epg") | 71 | (autoload 'epg-encrypt-string "epg") |
| 72 | 72 | ||
| 73 | (autoload 'help-mode "help-mode" nil t) | ||
| 74 | |||
| 73 | (defvar secrets-enabled) | 75 | (defvar secrets-enabled) |
| 74 | 76 | ||
| 75 | (defgroup auth-source nil | 77 | (defgroup auth-source nil |