From xemacs-m  Sat Sep 13 00:39:55 1997
Received: from GS213.SP.CS.CMU.EDU (GS213.SP.CS.CMU.EDU [128.2.209.183])
	by xemacs.org (8.8.5/8.8.5) with SMTP id AAA21754
	for <xemacs-beta@xemacs.org>; Sat, 13 Sep 1997 00:39:55 -0500 (CDT)
Received: by GS213.SP.CS.CMU.EDU (AIX 3.2/UCB 5.64/4.03)
          id AA17290; Sat, 13 Sep 1997 01:39:52 -0400
Date: Sat, 13 Sep 1997 01:39:52 -0400
Message-Id: <9709130539.AA17290@GS213.SP.CS.CMU.EDU>
Mime-Version: 1.0
Content-Type: multipart/mixed;
	boundary="0sUf3Ip0lNRsj94xtXvQOBxnX9nRwijkO4EGAt6l"
Content-Transfer-Encoding: 7bit
From: Darrell Kindred <dkindred@cmu.edu>
To: xemacs-beta@xemacs.org
Cc: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.Va.US>
Subject: [19.16] cc-mode PATCH?
Organization: Carnegie Mellon University School of Computer Science
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid


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

Barry Warsaw posted this cc-mode patch shortly after 19.15
was released.  It doesn't seem to have been applied yet to
19.16-pre1.  Should it be?

- Darrell


--0sUf3Ip0lNRsj94xtXvQOBxnX9nRwijkO4EGAt6l
Content-Type: multipart/digest;
	boundary="kK6QKfCNXoqUJxZcqHvmrL5ApZ7UwzGU9BlHgnV4"
Content-Transfer-Encoding: 7bit

This is a forwarded message, MIME encapsulation.

--kK6QKfCNXoqUJxZcqHvmrL5ApZ7UwzGU9BlHgnV4

From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
To: xemacs-beta@xemacs.org
Subject: Alas...
Date: Fri, 28 Mar 1997 13:30:46 -0500
Mime-Version: 1.0
Content-Type: multipart/mixed;
	boundary="7l654apHsC3RdhcgVyO2Wn5GoC6h8oVLWty11odV"
Content-Transfer-Encoding: 7bit
Old-Resent-Date: Fri, 28 Mar 1997 12:29:19 -0600 (CST)
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
Old-Resent-Message-Id: <"w9m693.0.ka3.wt0Fp"@xemacs>
Old-Resent-From: xemacs-beta@xemacs.org
X-Mailing-List: <xemacs-beta@xemacs.org> archive/latest/6149
X-Loop: xemacs-beta@xemacs.org
Precedence: list
Old-Resent-Sender: xemacs-beta-request@xemacs.org
Resent-To: dkindred=xemacs@GS213.SP.CS.CMU.EDU


--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--


--kK6QKfCNXoqUJxZcqHvmrL5ApZ7UwzGU9BlHgnV4--

--0sUf3Ip0lNRsj94xtXvQOBxnX9nRwijkO4EGAt6l--

