diff options
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 2f821564294..1695815902a 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -186,7 +186,7 @@ static bool in_classes (int, Lisp_Object); static void bset_syntax_table (struct buffer *b, Lisp_Object val) { - b->INTERNAL_FIELD (syntax_table) = val; + b->syntax_table_ = val; } /* Whether the syntax of the character C has the prefix flag set. */ |