Gnus development mailing list
 help / color / mirror / Atom feed
From: Steve Youngs <sryoungs@bigpond.net.au>
Cc: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Subject: [PATCH] byte-compiler warning suppression in nnir.el
Date: Sat, 25 Oct 2003 07:47:01 +1000	[thread overview]
Message-ID: <microsoft-free.874qxy8g16.fsf@eicq.dnsalias.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]

Hi Kai!

This fixes a pesky "Undefined function" warning in nnir.el.

NOTE: This patch has been committed.


Gnus patch:
ChangeLog files diff command: cvs -q diff -U 0
Files affected:               contrib/ChangeLog
Source files diff command:    cvs -q diff -uN
Files affected:               contrib/nnir.el

Index: contrib/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/contrib/ChangeLog,v
retrieving revision 1.82
diff -u -U0 -r1.82 ChangeLog
--- contrib/ChangeLog	30 Sep 2003 21:30:34 -0000	1.82
+++ contrib/ChangeLog	24 Oct 2003 21:43:42 -0000
@@ -0,0 +1,4 @@
+2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
+
+	* nnir.el: Autoload `read-kbd-macro' at compile time.
+
Index: contrib/nnir.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/contrib/nnir.el,v
retrieving revision 1.2
diff -u -u -r1.2 nnir.el
--- contrib/nnir.el	30 Sep 2003 21:30:34 -0000	1.2
+++ contrib/nnir.el	24 Oct 2003 21:43:38 -0000
@@ -308,7 +308,8 @@
 (eval-and-compile
   (require 'gnus-util))
 (eval-when-compile
-  (require 'nnimap))
+  (require 'nnimap)
+  (autoload 'read-kbd-macro "edmacro" nil t))
 
 (nnoo-declare nnir)
 (nnoo-define-basics nnir)

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|------------------------------<sryoungs@bigpond.net.au>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

             reply	other threads:[~2003-10-24 21:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-24 21:47 Steve Youngs [this message]
2003-10-25 14:22 ` Kai Großjohann
2003-10-25 17:59   ` Steve Youngs

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=microsoft-free.874qxy8g16.fsf@eicq.dnsalias.org \
    --to=sryoungs@bigpond.net.au \
    --cc=Kai.Grossjohann@CS.Uni-Dortmund.DE \
    /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).