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
920b3f72
Commit
920b3f72
authored
Feb 23, 2009
by
Katsumi Yamaoka
Browse files
Require gnus-msg instead of autoloading it for the gnus-setup-message macro.
parent
a20878b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-dired.el
lisp/gnus/gnus-dired.el
+3
-1
No files found.
lisp/gnus/ChangeLog
View file @
920b3f72
2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-dired.el: Require gnus-msg instead of autoloading it for
the gnus-setup-message macro.
2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
...
...
lisp/gnus/gnus-dired.el
View file @
920b3f72
...
...
@@ -53,9 +53,11 @@
;; Autoloads to avoid byte-compiler warnings. These are used only if the user
;; customizes `gnus-dired-mail-mode' to use Message and/or Gnus.
(
autoload
'message-buffers
"message"
)
(
autoload
'gnus-setup-message
"gnus-msg"
)
(
autoload
'gnus-print-buffer
"gnus-sum"
)
;; Load the `gnus-setup-message' macro that `gnus-dired-attach' uses.
(
require
'gnus-msg
)
(
defvar
gnus-dired-mode
nil
"Minor mode for intersections of MIME mail composition and dired."
)
...
...
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