]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
* lisp/mail/rmailsum.el: Commas no longer separate regexps. (Bug#19026)
[gnu-emacs] / src / syntax.c
index 2f821564294d61de1aff426db3d9a9d6dfaf325c..1695815902a326b55433389035bb4734a030b994 100644 (file)
@@ -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;
 }
 \f
 /* Whether the syntax of the character C has the prefix flag set.  */