From 5da3780604802ba86625dac927f8f6a48b6df2cc Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 28 Apr 2015 19:03:52 +0200 Subject: Mark previous uses of INTERNAL_FIELD with a trailing underscore * src/.gdbinit: Revert the previous changes. * src/buffer.c (compact_buffer): Use BVAR. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index 7833ee84479..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->syntax_table = val; + b->syntax_table_ = val; } /* Whether the syntax of the character C has the prefix flag set. */ -- cgit v1.2.1