Mercurial > hg > xemacs-beta
comparison src/syntax.c @ 4654:cdc51540fed7
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 15 Jul 2009 00:21:01 +0100 |
parents | 25e5e5346d31 |
children | 3a87551bfeb5 |
comparison
equal
deleted
inserted
replaced
4652:f3dddd098242 | 4654:cdc51540fed7 |
---|---|
2489 SET_RANGE_SYNTAX(0, 32, Spunct); | 2489 SET_RANGE_SYNTAX(0, 32, Spunct); |
2490 | 2490 |
2491 /* The whitespace--overwriting some of the above changes. | 2491 /* The whitespace--overwriting some of the above changes. |
2492 | 2492 |
2493 String literals are const char *s, not const unsigned char *s. */ | 2493 String literals are const char *s, not const unsigned char *s. */ |
2494 define_standard_syntax((const UExtbyte *)" \t\015\014", Swhitespace); | 2494 define_standard_syntax((const UExtbyte *)" \t\015\014\012", Swhitespace); |
2495 | 2495 |
2496 /* DEL plus Control 1 */ | 2496 /* DEL plus Control 1 */ |
2497 SET_RANGE_SYNTAX(127, 159, Spunct); | 2497 SET_RANGE_SYNTAX(127, 159, Spunct); |
2498 | 2498 |
2499 define_standard_syntax ((const UExtbyte *)"\"", Sstring); | 2499 define_standard_syntax ((const UExtbyte *)"\"", Sstring); |