From xemacs-m  Fri Mar 28 12:29:10 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 MAA14631
	for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 12:29:10 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa15901;
          28 Mar 97 13:30 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id NAA29975; Fri, 28 Mar 1997 13:30:47 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id NAA25699; Fri, 28 Mar 1997 13:30:46 -0500
Date: Fri, 28 Mar 1997 13:30:46 -0500
Message-Id: <199703281830.NAA25699@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="7l654apHsC3RdhcgVyO2Wn5GoC6h8oVLWty11odV"
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Alas...
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
Reply-To: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
X-Attribution: BAW
X-Oblique-Strategy: Is it finished?
X-Url: http://www.python.org/~bwarsaw


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


...too late for XEmacs 19.15.  Please apply this to the 20 tree.

-Barry


--7l654apHsC3RdhcgVyO2Wn5GoC6h8oVLWty11odV
Content-Type: text/plain
Content-Description: CC Mode patch
Content-Disposition: inline;
	filename="cc-patch-1.txt"
Content-Transfer-Encoding: 7bit

*** cc-mode.el	1997/03/25 03:19:17	4.388
--- cc-mode.el	1997/03/28 16:48:49
***************
*** 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
  
--- 7,12 ----
  ;;          1985 Richard M. Stallman
  ;; Created: a long, long, time ago. adapted from the original c-mode.el
! ;; Version:         4.389
! ;; Last Modified:   1997/03/28 16:48:31
  ;; Keywords: c languages oop
  
***************
*** 4142,4147 ****
  				 )
  			   (setq cont t)))
! 		       injava-inher))
! 		)
  	    (cond
  	     ;; CASE 5C.1: non-hanging colon on an inher intro
--- 4142,4149 ----
  				 )
  			   (setq cont t)))
! 		       injava-inher)
! 		     (not (c-crosses-statement-barrier-p (cdr injava-inher)
! 							 (point)))
! 		     ))
  	    (cond
  	     ;; CASE 5C.1: non-hanging colon on an inher intro
***************
*** 5204,5208 ****
  ;; defuns for submitting bug reports
  
! (defconst c-version "4.388"
    "CC Mode version number.")
  (defconst c-mode-help-address
--- 5206,5210 ----
  ;; defuns for submitting bug reports
  
! (defconst c-version "4.389"
    "CC Mode version number.")
  (defconst c-mode-help-address

--7l654apHsC3RdhcgVyO2Wn5GoC6h8oVLWty11odV--

