From xemacs-m  Thu Jun 26 15:48:04 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 PAA18509
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 15:48:03 -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 QAA08756; Thu, 26 Jun 1997 16:51:12 -0400 (EDT)
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA22507; Thu, 26 Jun 1997 16:52:09 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA06186; Thu, 26 Jun 1997 16:51:17 -0400
Date: Thu, 26 Jun 1997 16:51:17 -0400
Message-Id: <199706262051.QAA06186@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.Va.US>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="ijGVMFsloM"
Content-Transfer-Encoding: 7bit
To: Martin Buchholz <mrb@Eng.Sun.COM>
Cc: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: Re: Bug report: cc-mode broken in 20.3 beta 9
References: <199706261031.DAA06645@xemacs.eng.sun.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: Remove unnecessary detail
X-Url: http://www.python.org/~bwarsaw


--ijGVMFsloM
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


This patch ought to fix both problems.  I'll include this in 5.12.
Thanks Martin.

-Barry


--ijGVMFsloM
Content-Type: text/plain
Content-Description: patch to CC Mode
Content-Disposition: inline;
	filename="ccfix.txt"
Content-Transfer-Encoding: 7bit

*** cc-styles.el	1997/06/22 16:45:49	5.22
--- cc-styles.el	1997/06/26 20:31:41
***************
*** 31,34 ****
--- 31,37 ----
    (load-file "./cc-align.el"))
  
+ (require 'cc-vars)
+ (require 'cc-align)
+ 
  
  (defconst c-style-alist

--ijGVMFsloM--

