comparison src/syntax.c @ 3569:6486a15d7e3e

[xemacs-hg @ 2006-08-23 19:57:49 by aidan] Change the Guillemet syntax, again, this time to punctuation.
author aidan
date Wed, 23 Aug 2006 19:57:50 +0000
parents 981a144e71fa
children 229bd619740a
comparison
equal deleted inserted replaced
3568:b3dc0c6de393 3569:6486a15d7e3e
2517 constituents. */ 2517 constituents. */
2518 SET_RANGE_SYNTAX(0240, 0277, Ssymbol); 2518 SET_RANGE_SYNTAX(0240, 0277, Ssymbol);
2519 2519
2520 /* The guillemets. These are not parentheses, in contrast to what the old 2520 /* The guillemets. These are not parentheses, in contrast to what the old
2521 code did. */ 2521 code did. */
2522 define_standard_syntax((const UExtbyte *)"\253\273", Sstring); 2522 define_standard_syntax((const UExtbyte *)"\253\273", Spunct);
2523 2523
2524 /* The inverted exclamation mark, and the multiplication and division 2524 /* The inverted exclamation mark, and the multiplication and division
2525 signs. */ 2525 signs. */
2526 define_standard_syntax((const UExtbyte *)"\241\327\367", Spunct); 2526 define_standard_syntax((const UExtbyte *)"\241\327\367", Spunct);
2527 2527