Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: commit 4701091 breaks gnus-namazu
Date: Wed, 12 Dec 2012 10:42:10 +0800	[thread overview]
Message-ID: <87lid49ekd.fsf@ericabrahamsen.net> (raw)

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






             reply	other threads:[~2012-12-12  2:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-12  2:42 Eric Abrahamsen [this message]
2012-12-12  3:51 ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lid49ekd.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).