From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54469 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] byte-compiler warning suppression in nnir.el Date: Sat, 25 Oct 2003 07:47:01 +1000 Organization: Linux Users - Fanatics Dept. Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="=-=-=" X-Trace: sea.gmane.org 1067293373 28330 80.91.224.253 (27 Oct 2003 22:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 22:22:53 +0000 (UTC) Keywords: nnir,contrib,changelog,diff,files,require,gnus Cc: Kai Grossjohann Original-X-From: ding-owner+M3010@lists.math.uh.edu Mon Oct 27 23:22:51 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEFlC-0001Xe-00 for ; Mon, 27 Oct 2003 23:22:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AEFk6-0003gS-00; Mon, 27 Oct 2003 16:21:42 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEFjw-0003gI-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 16:21:32 -0600 Original-Received: from mta04ps.bigpond.com (mta04ps.bigpond.com [144.135.25.158]) by justine.libertine.org (Postfix) with ESMTP id C65073A004E for ; Mon, 27 Oct 2003 16:21:31 -0600 (CST) Original-Received: from eicq.dnsalias.org ([144.135.25.75]) by mta04ps.email.bigpond.com (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0HNA00BV573SQI@mta04ps.email.bigpond.com> for ding@gnus.org; Sat, 25 Oct 2003 07:45:28 +1000 (EST) Original-Received: from cpe-138-130-241-219.qld.bigpond.net.au ([138.130.241.219]) by psmam03bpa.bigpond.com(MAM REL_3_3_2d 89/515866); Sat, 25 Oct 2003 07:45:28 +0000 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.9/8.12.9) id h9OLl5Wc002995; Sat, 25 Oct 2003 07:47:05 +1000 X-URL: X-Face: #/1'_-|5_1$xjR,mVKhpfMJcRh8"k}_a{EkIO:Ox<]@zl/Yr|H,qH#3jJi6Aw(Mg@"!+Z"C N_S3!3jzW^FnPeumv4l#,E}J.+e%0q(U>#b-#`~>l^A!_j5AEgpU)>t+VYZ$:El7hLa1:%%L=3%B>n K{^jU_{& Original-To: Gnus List Mail-Followup-To: Gnus List , Kai Grossjohann Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Reasonable Discussion, linux) X-Request-PGP: X-OpenPGP-Fingerprint: 1659 2093 19D5 C06E D320 3A20 1D27 DB4B A94B 3003 X-Attribution: SY X-Generated-By: Patcher version 3.5.2 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54469 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54469 --=-=-= Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 + + * nnir.el: Autoload `read-kbd-macro' at compile time. + Index: contrib/nnir.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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)) =20 (nnoo-declare nnir) (nnoo-define-basics nnir) --=20 |---------------------| | Ashes to ashes, dust to dust. | | The proof of the pudding, is under the crust. | |---------------------------------| --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Eicq - The XEmacs ICQ Client iEYEABECAAYFAj+ZndgACgkQHSfbS6lLMAMbmwCgzY4HSs/6R61GDfz+oFVJeWhK zxEAoKcVBqzHurCQNcr33c/J4JubnRYz =oXZS -----END PGP SIGNATURE----- --=-=-=--