From xemacs-m  Wed Jul  9 16:44:18 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 QAA18140
	for <xemacs-beta@xemacs.org>; Wed, 9 Jul 1997 16:44:17 -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 RAA12785; Wed, 9 Jul 1997 17:47:22 -0400 (EDT)
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA11871; Wed, 9 Jul 1997 17:48:33 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA06849; Wed, 9 Jul 1997 17:47:28 -0400
Date: Wed, 9 Jul 1997 17:47:28 -0400
Message-Id: <199707092147.RAA06849@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 Becker <neal@ctd.comsat.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: cc-mode problem
References: <E0wm2Ug-0004oq-00@neal.ctd.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: Is it finished?
X-Url: http://www.python.org/~bwarsaw


Simple ebola eradication side effect.

-Barry

-------------------- snip snip --------------------
*** cc-cmds.el	1997/07/09 00:00:28	5.23
--- cc-cmds.el	1997/07/09 21:30:53
***************
*** 194,198 ****
  	    (insertion-point (point))
  	    delete-temp-newline
! 	    (preserve-p (eq 32 (char-syntax (char-before))))
  	    ;; shut this up too
  	    (c-echo-syntactic-information-p nil)
--- 194,198 ----
  	    (insertion-point (point))
  	    delete-temp-newline
! 	    (preserve-p (eq ?\  (char-syntax (char-before))))
  	    ;; shut this up too
  	    (c-echo-syntactic-information-p nil)

