From xemacs-m  Thu Apr 10 18:09:00 1997
Received: from newman (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id SAA29570
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 18:08:59 -0500 (CDT)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id PAA06863 for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 15:36:13 -0700
Date: Thu, 10 Apr 1997 15:36:13 -0700
Message-Id: <199704102236.PAA06863@newman>
From: "William M. Perry" <wmperry@aventail.com>
To: xemacs-beta@xemacs.org
Subject: patch for (button-release-p (allocate-event)) crash
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Ah, the joy of abort().

-Bill P.

*** events.c	1997/04/10 23:08:07	1.1
--- events.c	1997/04/10 23:08:10
***************
*** 1131,1137 ****
        return Qmagic;
  
      default:
-       abort ();
        return Qnil;
      }
  }
--- 1131,1136 ----

