Gnus development mailing list
 help / color / mirror / Atom feed
* commit 4701091 breaks gnus-namazu
@ 2012-12-12  2:42 Eric Abrahamsen
  2012-12-12  3:51 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Abrahamsen @ 2012-12-12  2:42 UTC (permalink / raw)
  To: ding

Hi,

There's a typo in 4701091: gnus-namazu.el tries to load gmm-util, when
it should load gmm-utils


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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: commit 4701091 breaks gnus-namazu
  2012-12-12  2:42 commit 4701091 breaks gnus-namazu Eric Abrahamsen
@ 2012-12-12  3:51 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2012-12-12  3:51 UTC (permalink / raw)
  To: eric; +Cc: ding

Eric Abrahamsen wrote:
> There's a typo in 4701091: gnus-namazu.el tries to load gmm-util, when
> it should load gmm-utils

Oops, sorry.  I've fixed it.  Thank you for this.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-12  3:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-12  2:42 commit 4701091 breaks gnus-namazu Eric Abrahamsen
2012-12-12  3:51 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).