diff src/syntax.c @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents 3d6bfa290dbd
children c5d627a313b1
line wrap: on
line diff
--- a/src/syntax.c	Mon Aug 13 09:58:32 2007 +0200
+++ b/src/syntax.c	Mon Aug 13 09:59:05 2007 +0200
@@ -274,7 +274,7 @@
 
   if (NILP(ch))
     {
-      return Qnil;
+      ch = make_char('\000');
     }
   CHECK_CHAR_COERCE_INT (ch);
   table = check_syntax_table (table, current_buffer->syntax_table);