(Fset_syntax_table): Add XFASTINT.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jun 1993 16:57:29 +0000 (16:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jun 1993 16:57:29 +0000 (16:57 +0000)
src/syntax.c

index 4386ea2..e11c5d1 100644 (file)
@@ -173,7 +173,8 @@ One argument, a syntax table.")
   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;
 }
 \f