diff options
| author | Richard M. Stallman | 1997-08-27 15:53:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-27 15:53:09 +0000 |
| commit | 1faf29d4325b33b2be3116cf5b6870c18b0a0572 (patch) | |
| tree | 983517e14c97476ee2c966e56a5c185f39ecdea0 /src | |
| parent | 9de91fc5aa9f677e52f0e941690096fd379f1674 (diff) | |
| download | emacs-1faf29d4325b33b2be3116cf5b6870c18b0a0572.tar.gz emacs-1faf29d4325b33b2be3116cf5b6870c18b0a0572.zip | |
Fix previous change.
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, |