Mercurial > emacs
changeset 19569:2f471f36f4f4
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Aug 1997 15:53:09 +0000 |
parents | fa099f73f994 |
children | a2a72d1e0970 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Wed Aug 27 12:22:35 1997 +0000 +++ b/src/minibuf.c Wed Aug 27 15:53:09 1997 +0000 @@ -381,7 +381,7 @@ /* If appropriate, copy enable-multibyte-characters into the minibuffer. */ if (inherit_input_method) - current_buffer->enable_multibyte_characters = enable_multibyte_characters; + current_buffer->enable_multibyte_characters = enable_multibyte; /* Run our hook, but not if it is empty. (run-hooks would do nothing if it is empty,