[Patch apel] Suppress alist for XEmacs 21.5 and beyond.

Steve Youngs <[email protected]> Sun, 05 Jul 2015 21:55:36 +1000
Newsgroups gmane.emacs.xemacs.patches
Organization The SXEmacs Project
Message-ID <[email protected]>
--===============1634987974==
Content-Type: multipart/signed; boundary="=-=-=";
	micalg=pgp-sha1; protocol="application/pgp-signature"

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hasn't alist.el been in core in 21.5 for like forever?

Here's a quick patch so the apel version is suppressed.

2015-07-05  Steve Youngs  <[email protected]>

	* Makefile (PACKAGE_SUPPRESS): Suppress alist for XEmacs 21.5 and
	above.=20

diff -r 76c1a89a4a08 Makefile
=2D-- a/Makefile  Thu May 15 20:55:03 2014 +0200
+++ b/Makefile  Sun Jul 05 21:51:49 2015 +1000
@@ -27,6 +27,9 @@

 include ../../Local.rules.inc

+PACKAGE_SUPPRESS =3D \
+  (package-suppress 'apel \"alist\" '(emacs-version>=3D 21 5))
+
 ELCS =3D alist.elc apel-ver.elc broken.elc calist.elc emu.elc filename.elc=
 \
        install.elc inv-xemacs.elc invisible.elc mcharset.elc \
        mule-caesar.elc path-util.elc pccl.elc pces-20.elc pces-xfc.elc \


=2D-=20
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|       SXEmacs - The only _______ you'll ever need.       |
|         Fill in the blank, yes, it's THAT good!          |
|------------------------------------<[email protected]>---|

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: The SXEmacs Project <http://www.sxemacs.org/>
Comment: EMchat - The SXEmacs IM client <http://www.emchat.org/>
Comment: SYcom <http://www.steveyoungs.com/>
Comment: the Reading Lamp <http://www.thereadinglamp.net/>

iEYEARECAAYFAlWZGzgACgkQHSfbS6lLMAOzgACg0OqX7ecsTIdGCchXeojO8RxZ
NFYAoIaNIskyuO3o9d3EYrY/srm1crfq
=NAP9
-----END PGP SIGNATURE-----
--=-=-=--


--===============1634987974==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
XEmacs-Patches mailing list
[email protected]
http://lists.xemacs.org/mailman/listinfo/xemacs-patches

--===============1634987974==--