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
0be56f17
Commit
0be56f17
authored
Oct 11, 2010
by
Ted Zlatanov
Committed by
Katsumi Yamaoka
Oct 11, 2010
Browse files
gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
parent
05d22d02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/gnus-int.el
lisp/gnus/gnus-int.el
+1
-0
No files found.
lisp/gnus/ChangeLog
View file @
0be56f17
2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
* gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
...
...
lisp/gnus/gnus-int.el
View file @
0be56f17
...
...
@@ -31,6 +31,7 @@
(
require
'message
)
(
require
'gnus-range
)
(
autoload
'gnus-run-hook-with-args
"gnus-util"
)
(
autoload
'gnus-agent-expire
"gnus-agent"
)
(
autoload
'gnus-agent-regenerate-group
"gnus-agent"
)
(
autoload
'gnus-agent-read-servers-validate-native
"gnus-agent"
)
...
...
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