# HG changeset patch # User Richard M. Stallman # Date 739904249 0 # Node ID 2be7629a9e178bd2ccc823625e7b1a18439c8086 # Parent 568c8391744d7d0fb1ea22b46637f2cc907fbaef (Fset_syntax_table): Add XFASTINT. diff -r 568c8391744d -r 2be7629a9e17 src/syntax.c --- a/src/syntax.c Sat Jun 12 16:52:03 1993 +0000 +++ b/src/syntax.c Sat Jun 12 16:57:29 1993 +0000 @@ -173,7 +173,8 @@ table = check_syntax_table (table); current_buffer->syntax_table = table; /* Indicate that this buffer now has a specified syntax table. */ - current_buffer->local_var_flags |= buffer_local_flags.syntax_table; + current_buffer->local_var_flags + |= XFASTINT (buffer_local_flags.syntax_table); return table; }