Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/syntax.c Tue Aug 22 21:51:18 2006 +0000 +++ b/src/syntax.c Wed Aug 23 19:57:50 2006 +0000 @@ -2519,7 +2519,7 @@ /* The guillemets. These are not parentheses, in contrast to what the old code did. */ - define_standard_syntax((const UExtbyte *)"\253\273", Sstring); + define_standard_syntax((const UExtbyte *)"\253\273", Spunct); /* The inverted exclamation mark, and the multiplication and division signs. */