Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0de839f
Commit
b0de839f
authored
Aug 30, 2011
by
Katsumi Yamaoka
Browse files
auth-source.el: Autoload help-mode.
parent
51751aa2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/auth-source.el
lisp/gnus/auth-source.el
+2
-0
No files found.
lisp/gnus/ChangeLog
View file @
b0de839f
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
...
...
lisp/gnus/auth-source.el
View file @
b0de839f
...
...
@@ -70,6 +70,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment