Mercurial > hg > xemacs-beta
diff src/syntax.c @ 4653:25e5e5346d31
?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.
src/ChangeLog addition:
2009-07-15 Aidan Kehoe <kehoea@parhasard.net>
* syntax.c (complex_vars_of_syntax):
?\012 is whitespace, as it always should have been, thank you Karl
Kleinpaste and the Gnus team!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 15 Jul 2009 00:19:45 +0100 |
parents | 77138fc618a9 |
children | 3a87551bfeb5 |
line wrap: on
line diff
--- a/src/syntax.c Mon Jul 13 20:45:26 2009 +0100 +++ b/src/syntax.c Wed Jul 15 00:19:45 2009 +0100 @@ -2491,7 +2491,7 @@ /* The whitespace--overwriting some of the above changes. String literals are const char *s, not const unsigned char *s. */ - define_standard_syntax((const UExtbyte *)" \t\015\014", Swhitespace); + define_standard_syntax((const UExtbyte *)" \t\015\014\012", Swhitespace); /* DEL plus Control 1 */ SET_RANGE_SYNTAX(127, 159, Spunct);