From xemacs-m  Fri Aug  1 04:48:29 1997
Received: from birdland.rhein-neckar.de (root@birdland.rhein-neckar.de [193.197.88.3])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA26316
	for <xemacs-beta@xemacs.org>; Fri, 1 Aug 1997 04:48:25 -0500 (CDT)
Received: from cthulhu.rhein-neckar.de (uucp@localhost) by birdland.rhein-neckar.de (8.8.5/8.8.3) with bsmtp id LAA22005 for xemacs.org!xemacs-beta; Fri, 1 Aug 1997 11:40:33 +0200 (MET DST)
Received: from arthur.rhein-neckar.de by cthulhu.rhein-neckar.de
	via rsmtp with bsmtp
	id <m0wuBI2-0002tUC@cthulhu.rhein-neckar.de>
	for <xemacs-beta@xemacs.org>; Fri, 1 Aug 1997 08:34:18 +0200 (MET DST)
	(Smail-3.2 1996-Jul-4 #30 built 1997-Jun-4)
Received: by arthur.rhein-neckar.de
	via sendmail with stdio
	id <m0wuAzT-0001iKC@arthur.rhein-neckar.de>
	for xemacs-beta@xemacs.org; Fri, 1 Aug 1997 08:15:07 +0200 (CEST)
	(Smail-3.2.0.95 1997-May-7 #5 built 1997-May-28)
Message-Id: <m0wuAzT-0001iKC@arthur.rhein-neckar.de>
Date: Fri, 1 Aug 1997 08:15:07 +0200 (CEST)
From: Andreas Jaeger <aj@arthur.rhein-neckar.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: "Budapest" small patch
X-Mailer: VM 6.33 under 20.3 "Berlin" XEmacs  Lucid (beta15)


Hi Steve,

I fear you've made a typo and corrected your patch to event-stream.c.

Andreas
--- event-stream.c.~3~	Fri Aug  1 08:04:56 1997
+++ event-stream.c	Fri Aug  1 08:06:19 1997
@@ -4864,9 +4864,9 @@
   DEFSUBR (Fthis_command_keys);
   DEFSUBR (Freset_this_command_lengths);
   DEFSUBR (Fopen_dribble_file);
-#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBAR)
+#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBARS)
   DEFSUBR (Faccelerate_menu);
-#endif /* HAVE_X_WINDOWS && HAVE_MENUBAR */
+#endif /* HAVE_X_WINDOWS && HAVE_MENUBARS */
   
   defsymbol (&Qpre_command_hook, "pre-command-hook");
   defsymbol (&Qpost_command_hook, "post-command-hook");

-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de
    http://www.student.uni-kl.de/~ajaeger/

