diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index fd2680e4054..a470eca16a9 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1398,7 +1398,7 @@ If the third argument is incorrect, Emacs may crash. */) | |||
| 1398 | CHECK_CHARACTER (TOP); | 1398 | CHECK_CHARACTER (TOP); |
| 1399 | AFTER_POTENTIAL_GC (); | 1399 | AFTER_POTENTIAL_GC (); |
| 1400 | c = XFASTINT (TOP); | 1400 | c = XFASTINT (TOP); |
| 1401 | if (NILP (current_buffer->enable_multibyte_characters)) | 1401 | if (NILP (B_ (current_buffer, enable_multibyte_characters))) |
| 1402 | MAKE_CHAR_MULTIBYTE (c); | 1402 | MAKE_CHAR_MULTIBYTE (c); |
| 1403 | XSETFASTINT (TOP, syntax_code_spec[(int) SYNTAX (c)]); | 1403 | XSETFASTINT (TOP, syntax_code_spec[(int) SYNTAX (c)]); |
| 1404 | } | 1404 | } |