From xemacs-m  Mon Mar 24 21:27:46 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id VAA10213
	for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 21:27:45 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa25549;
          24 Mar 97 22:26 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id WAA27804; Mon, 24 Mar 1997 22:26:32 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id WAA09172; Mon, 24 Mar 1997 22:26:31 -0500
Date: Mon, 24 Mar 1997 22:26:31 -0500
Message-Id: <199703250326.WAA09172@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="mM169yJMA4cEr6eCAM7g64aqXWNJDlTY5RKhuJ2x"
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: One more for the road...
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid (beta104)
Reply-To: CCMODE Maintainer <cc-mode-help@python.org>
X-Attribution: BAW
X-Oblique-Strategy: Convert a melodic element into a rhythmic element
X-Url: http://www.python.org/~bwarsaw


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


One more cc-mode.el patch.

-Barry


--mM169yJMA4cEr6eCAM7g64aqXWNJDlTY5RKhuJ2x
Content-Type: text/plain
Content-Description: 4.387 -> 4.388
Content-Disposition: inline;
	filename="p2"
Content-Transfer-Encoding: 7bit

*** cc-mode.el	1997/03/21 20:25:33	4.387
--- cc-mode.el	1997/03/25 03:19:17	4.388
***************
*** 7,12 ****
  ;;          1985 Richard M. Stallman
  ;; Created: a long, long, time ago. adapted from the original c-mode.el
! ;; Version:         4.387
! ;; Last Modified:   1997/03/21 20:25:33
  ;; Keywords: c languages oop
  
--- 7,12 ----
  ;;          1985 Richard M. Stallman
  ;; Created: a long, long, time ago. adapted from the original c-mode.el
! ;; Version:         4.388
! ;; Last Modified:   1997/03/25 03:19:17
  ;; Keywords: c languages oop
  
***************
*** 4051,4055 ****
  		    (progn (forward-sexp 1)
  			   (c-forward-syntactic-ws indent-point)))
! 		(setq placeholder (c-point 'bol))
  		(and (or (looking-at "enum[ \t\n]+")
  			 (= char-before-ip ?=))
--- 4051,4055 ----
  		    (progn (forward-sexp 1)
  			   (c-forward-syntactic-ws indent-point)))
! 		(setq placeholder (c-point 'boi))
  		(and (or (looking-at "enum[ \t\n]+")
  			 (= char-before-ip ?=))
***************
*** 5204,5208 ****
  ;; defuns for submitting bug reports
  
! (defconst c-version "4.387"
    "CC Mode version number.")
  (defconst c-mode-help-address
--- 5204,5208 ----
  ;; defuns for submitting bug reports
  
! (defconst c-version "4.388"
    "CC Mode version number.")
  (defconst c-mode-help-address

--mM169yJMA4cEr6eCAM7g64aqXWNJDlTY5RKhuJ2x--

