[gnus git] branch master updated: m0-5-186-g9753792 =1= gnus-namazu.el: Fix typo: (require 'gmm-util) -> (require 'gmm-utils)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 975379279f8e14a7efabb974e0dea4686a6f25de (commit)
from 6e78f2356811a237efe323789441d9c1da9d9bc3 (commit)
- Log -----------------------------------------------------------------
commit 975379279f8e14a7efabb974e0dea4686a6f25de
Author: Eric Abrahamsen <[email protected]>
Date: Wed Dec 12 03:51:45 2012 +0000
gnus-namazu.el: Fix typo: (require 'gmm-util) -> (require 'gmm-utils)
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e4b20c0..1eb9637 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-12 Eric Abrahamsen <[email protected]>
+
+ * gnus-namazu.el: Fix typo: (require 'gmm-util) -> (require 'gmm-utils)
+
2012-12-04 Katsumi Yamaoka <[email protected]>
* gnus-namazu.el (gnus-namazu/update-p): Use gmm-labels.
diff --git a/contrib/gnus-namazu.el b/contrib/gnus-namazu.el
index 7e36c79..91db91d 100644
--- a/contrib/gnus-namazu.el
+++ b/contrib/gnus-namazu.el
@@ -101,7 +101,7 @@
(require 'nnheader)
(require 'nnmail)
(require 'gnus-sum)
-(require 'gmm-util)
+(require 'gmm-utils)
;; To suppress byte-compile warning.
(eval-when-compile
-----------------------------------------------------------------------
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:
contrib/ChangeLog | 4 ++++
contrib/gnus-namazu.el | 2 +-
2 files changed, 5 insertions(+), 1 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