From xemacs-m  Wed Mar 19 20:22:17 1997
Received: from omega.intranet.com (omega.intranet.com [192.148.106.20])
	by xemacs.org (8.8.5/8.8.5) with SMTP id UAA00026
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 20:22:13 -0600 (CST)
Received: by omega.intranet.com; (5.65v3.2/1.3/10May95) id AA15274; Wed, 19 Mar 1997 21:22:39 -0500
Date: Wed, 19 Mar 1997 21:21:52 -0500 (EST)
Message-Id: <199703200221.VAA20908@blight.IntraNet.com>
From: Jonathan Edwards <edwards@intranet.com>
To: xemacs-beta@xemacs.org
Subject: auto-fill-mode & C comments
X-Face: #bA9Kpw-a@xMyaNJ-2wie(5Lje^S*i^8!VUOF84U!/jSPG*y@3s4Qu+\-FBQ?vQpE1S1<Vo
 TeWVx=wH}wf_WC]x:D%qd,r*|!~q=gVAWEA;T~3V4};X$r7W!FA(#Zj'E7M^(Tv)

There has been a change in behaviour of auto-fill-mode with C comments in the
last several betas.


19.14:

/* Test for garbage collection. If the pool's free size is greater thaasds asdf
   asdf asdf asdf asdf asd fas fa asdf asf asdf asdf adf asdf asdf asdf asdf
   asdf g */

19.15 b101:

/* Test for garbage collection. If the pool's free size is greateasdf
   aasdfasdfasdfasdf a sdfa sdf asdf asdf asdf asdf asdf adsf asdf asdf adf aas
dfa sdf */

^^^ bzzzt!


The key thing is having the */ at the end of the line. If there is a */
on a line by itself, I get the same behaviour in both versions:

/* Test for garbage collection. If the pool's free size is greateasdf
   aasdfasdfasdfasdf a sdfa sdf asdf asdf asdf asdf asdf adsf asdf asdf adf
   aasdf asd 
 */


I can't find the code that is involved. Any pointers?

