# HG changeset patch # User Richard M. Stallman # Date 872697189 0 # Node ID 2f471f36f4f4e97182c57f164fd974508f059336 # Parent fa099f73f994827a670807e81aab7bc74b3c2040 Fix previous change. diff -r fa099f73f994 -r 2f471f36f4f4 src/minibuf.c --- 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,