[gnus git] branch master updated: m0-11-153-gcae9659 =1= mm-decode.el: Fix previous commit
Katsumi <[email protected]> Tue, 10 Feb 2015 09:09:06 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cae9659706ab3769973b310e7c93f972337e6b8a (commit)
from 37645a283b23df8169ab52431b0f0baa24a79533 (commit)
- Log -----------------------------------------------------------------
commit cae9659706ab3769973b310e7c93f972337e6b8a
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Feb 10 08:09:00 2015 +0000
mm-decode.el: Fix previous commit
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index b2a0cad..3fdcdba 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -30,8 +30,9 @@
(autoload 'gnus-map-function "gnus-util")
(autoload 'gnus-replace-in-string "gnus-util")
(autoload 'gnus-read-shell-command "gnus-util")
-(autoload 'gnus-overlays-at "gnus-util")
-(autoload 'gnus-overlay-put "gnus-util")
+
+(autoload 'gnus-overlays-at "gnus")
+(autoload 'gnus-overlay-put "gnus")
(autoload 'mm-inline-partial "mm-partial")
(autoload 'mm-inline-external-body "mm-extern")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/mm-decode.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project