mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(Fset_syntax_table): Add XFASTINT.
This commit is contained in:
parent
e09f935147
commit
f110a66478
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue