changeset: 4653:25e5e5346d31
tag: tip
parent: 4650:8905163c49c5
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Wed Jul 15 00:19:45 2009 +0100
files: src/ChangeLog src/syntax.c
description:
?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.
src/ChangeLog addition:
2009-07-15 Aidan Kehoe <kehoea(a)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!
diff -r 8905163c49c5 -r 25e5e5346d31 src/ChangeLog
--- a/src/ChangeLog Mon Jul 13 20:45:26 2009 +0100
+++ b/src/ChangeLog Wed Jul 15 00:19:45 2009 +0100
@@ -1,3 +1,9 @@
+2009-07-15 Aidan Kehoe <kehoea(a)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!
+
2009-07-11 Aidan Kehoe <kehoea(a)parhasard.net>
* file-coding.c (undecided_canonicalize_after_coding):
diff -r 8905163c49c5 -r 25e5e5346d31 src/syntax.c
--- 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);
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches