diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 5a3e6ea3832..03cddcca32a 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -381,7 +381,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, | |||
| 381 | 381 | ||
| 382 | /* If appropriate, copy enable-multibyte-characters into the minibuffer. */ | 382 | /* If appropriate, copy enable-multibyte-characters into the minibuffer. */ |
| 383 | if (inherit_input_method) | 383 | if (inherit_input_method) |
| 384 | current_buffer->enable_multibyte_characters = enable_multibyte_characters; | 384 | current_buffer->enable_multibyte_characters = enable_multibyte; |
| 385 | 385 | ||
| 386 | /* Run our hook, but not if it is empty. | 386 | /* Run our hook, but not if it is empty. |
| 387 | (run-hooks would do nothing if it is empty, | 387 | (run-hooks would do nothing if it is empty, |