aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorMichael Albinus2015-04-29 11:18:25 +0200
committerMichael Albinus2015-04-29 11:18:25 +0200
commit13cf735fb1c4685c0b4e7a7f8554d2064dc70073 (patch)
tree1d2ec670cf3a02a313fd415a196466e1f82686d7 /src/syntax.c
parent7fbdb57f801159618f761b8dd510516575b6c5b2 (diff)
parent3c0ea587daf8b17960b90603a70e3ac4057d883d (diff)
downloademacs-13cf735fb1c4685c0b4e7a7f8554d2064dc70073.tar.gz
emacs-13cf735fb1c4685c0b4e7a7f8554d2064dc70073.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
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);
186static void 186static void
187bset_syntax_table (struct buffer *b, Lisp_Object val) 187bset_syntax_table (struct buffer *b, Lisp_Object val)
188{ 188{
189 b->INTERNAL_FIELD (syntax_table) = val; 189 b->syntax_table_ = val;
190} 190}
191 191
192/* Whether the syntax of the character C has the prefix flag set. */ 192/* Whether the syntax of the character C has the prefix flag set. */