From xemacs-m  Sat Aug  9 04:40:31 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA12157
	for <xemacs-beta@xemacs.org>; Sat, 9 Aug 1997 04:40:29 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.6/8.8.6/Debian/GNU) id CAA13144;
	Sat, 9 Aug 1997 02:40:50 -0700
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: `info.el': swap next and prev toolbar buttons too.
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Sat_Aug__9_02:40:47_1997-1"
Content-Transfer-Encoding: 7bit
From: karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
Date: 09 Aug 1997 02:40:47 -0700
Message-ID: <87vi1fy9r4.fsf@bittersweet.inetarena.com>
Lines: 52
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta16) - "Budapest"

--Multipart_Sat_Aug__9_02:40:47_1997-1
Content-Type: text/plain; charset=US-ASCII

 I still don't think I'm doing this right...  all these patches could
be annoying some geek at the other end... apologies to whomever it may
annoy. :-)

1997-08-09  Karl M. Hegbloom  <karlheg@inetarena.com>

	* packages/info.el: (info::toolbar) swap next and prev buttons to
 	match the order of the node headings in info files.


--Multipart_Sat_Aug__9_02:40:47_1997-1
Content-Type: text/plain; charset=US-ASCII

Index: lisp/packages/info.el
===================================================================
RCS file: /usr/local/cvsroot/xemacs-20/lisp/packages/info.el,v
retrieving revision 1.1.1.2.2.9
diff -u -r1.1.1.2.2.9 info.el
--- info.el	1997/08/09 09:31:54	1.1.1.2.2.9
+++ info.el	1997/08/09 09:34:19
@@ -2688,14 +2688,14 @@
 		 Info-exit
 		 t
 		 "Exit info"]
-		[info::toolbar-prev-icon
-		 Info-prev
-		 t
-		 "Prev entry in same section"]
 		[info::toolbar-next-icon
 		 Info-next
 		 t
 		 "Next entry in same section"]
+		[info::toolbar-prev-icon
+		 Info-prev
+		 t
+		 "Prev entry in same section"]
 		[info::toolbar-up-icon
 		 Info-up
 		 t

--Multipart_Sat_Aug__9_02:40:47_1997-1
Content-Type: text/plain; charset=US-ASCII

mailto:karlheg+sig@inetarena.com (Karl M. Hegbloom)
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3  Linux 2.0.30+parport AMD K5 PR-133

--Multipart_Sat_Aug__9_02:40:47_1997-1--

