help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

c-fill-paragraph closing comment delimiter, emacs 23.4.1


From: William M. (Mike) Miller
Subject: c-fill-paragraph closing comment delimiter, emacs 23.4.1
Date: Tue, 17 Jul 2012 08:39:10 -0400

The behavior of c-fill-paragraph with regard to the closing delimiter of the
paragraph has changed in version 23.4.1 from that of version 21.2.1.  My
company has a coding standard that begins each C function with a
comment of the form

/*
Description...
*/

In version 23.4.1, running c-fill-paragraph (M-q) with the point in such a
comment moves the closing delimiter onto the last line of the description,
e.g.,

/*
Description... */

Version 21.2.1 respected the placement of the closing delimiter on a line
by itself.

Is there a setting I can use to force version 23.4.1 not to wrap the closing
delimiter onto the last line of the comment text?

-- 
William M. (Mike) Miller | Edison Design Group
william.m.miller@gmail.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]