diff src/abbrev.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 859a2309aef8
children 85ec50267440
line wrap: on
line diff
--- a/src/abbrev.c	Mon Aug 13 09:00:04 2007 +0200
+++ b/src/abbrev.c	Mon Aug 13 09:02:59 2007 +0200
@@ -207,7 +207,8 @@
 
       /* Find the initial.  */
       while (pos < BUF_PT (buf)
-             && !WORD_SYNTAX_P (buf->syntax_table, BUF_FETCH_CHAR (buf, pos)))
+             && !WORD_SYNTAX_P (XCHAR_TABLE (buf->mirror_syntax_table),
+				BUF_FETCH_CHAR (buf, pos)))
         pos++;
 
       /* Change just that.  */