From xemacs-m  Fri Jun 27 12:31:41 1997
Received: from cnri.reston.va.us (cnri.CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA01740
	for <xemacs-beta@xemacs.org>; Fri, 27 Jun 1997 12:31:38 -0500 (CDT)
Received: from newcnri.CNRI.Reston.Va.US (newcnri [132.151.1.84]) by cnri.reston.va.us (8.8.5/8.7.3) with SMTPid NAA11207; Fri, 27 Jun 1997 13:34:47 -0400 (EDT)
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id NAA05731; Fri, 27 Jun 1997 13:35:48 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id NAA02062; Fri, 27 Jun 1997 13:34:53 -0400
Date: Fri, 27 Jun 1997 13:34:53 -0400
Message-Id: <199706271734.NAA02062@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.Va.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: <neal@ctd.comsat.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: 20.3b9 linux crash
References: <E0whRTG-00013z-00@neptune.corp.comsat.com>
X-Mailer: VM 6.32 under 20.3 "Sofia" XEmacs  Lucid (beta9)
Reply-To: cc-mode-help@python.org (CCMODE Maintainer)
X-Attribution: BAW
X-Oblique-Strategy: Disciplined self-indulgence
X-Url: http://www.python.org/~bwarsaw


Oops, never mind, I see the problem:

*** cc-langs.el	1997/06/22 16:45:44	5.18
--- cc-langs.el	1997/06/27 17:33:18
***************
*** 384,387 ****
--- 384,388 ----
    )
  
+ ;;;###autoload
  (defvar c-mode-syntax-table nil
    "Syntax table used in c-mode buffers.")

