This eliminates a failure in align-tests. There doesn't seem to be anything obviously wrong with Emacs's behaviour in this case.
24 lines
292 B
Plaintext
24 lines
292 B
Plaintext
Name: align function declaration
|
|
|
|
=-=
|
|
int
|
|
main (int argc,
|
|
char *argv[]);
|
|
=-=
|
|
int
|
|
main (int argc,
|
|
char *argv[]);
|
|
=-=-=
|
|
|
|
Name: example from Commentary
|
|
|
|
=-=
|
|
int a = 1;
|
|
short foo = 2;
|
|
double blah = 4;
|
|
=-=
|
|
int a = 1;
|
|
short foo = 2;
|
|
double blah = 4;
|
|
=-=-=
|