changeset 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 8905163c49c5
children cdc51540fed7
files src/ChangeLog src/syntax.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@parhasard.net>
 
 	* file-coding.c (undecided_canonicalize_after_coding): 
--- 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);