|
From: Richard S. <rm...@gn...> - 2003-10-23 23:03:48
|
this change wasn't supposed to happen; can u fix it and ack?
------- Start of forwarded message -------
Date: Thu, 23 Oct 2003 10:09:47 +0900 (JST)
From: Kenichi Handa <ha...@m1...>
To: ema...@gn...
Subject: Change of C indentation style ('{')
Sender: ema...@gn...
I've just found that, in HEAD, the default indentation style
of '{' in C was changed in the case that it was placed on
the next line of macros such as FOR_EACH_FRAME.
For instance, see L1232 of frame.c. The source code is
currently indented as below:
FOR_EACH_FRAME (tail, frame1)
{
if (! EQ (frame, frame1))
break;
}
But, when I put cursor at the beginning of the second line
and type C-u TAB, the lines are indented as below:
FOR_EACH_FRAME (tail, frame1)
{
if (! EQ (frame, frame1))
break;
}
Is this change intentional? Is it possible to get the
previous style by customizing something?
- ---
Ken'ichi HANDA
ha...@m1...
_______________________________________________
Emacs-devel mailing list
Ema...@gn...
http://mail.gnu.org/mailman/listinfo/emacs-devel
------- End of forwarded message -------
|