Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] byte-compiler warning suppression in nnir.el
@ 2003-10-24 21:47 Steve Youngs
  2003-10-25 14:22 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Youngs @ 2003-10-24 21:47 UTC (permalink / raw)
  Cc: Kai Grossjohann

[-- 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 --]

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

end of thread, other threads:[~2003-10-25 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-24 21:47 [PATCH] byte-compiler warning suppression in nnir.el Steve Youngs
2003-10-25 14:22 ` Kai Großjohann
2003-10-25 17:59   ` Steve Youngs

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).