=== modified file 'src/keyboard.c' *** src/keyboard.c 2011-02-16 16:35:16 +0000 --- src/keyboard.c 2011-03-11 05:41:00 +0000 *************** give to the command you invoke, if it as *** 10302,10310 **** sprintf (newmessage, "You can run the command `%s' with %s", SDATA (SYMBOL_NAME (function)), SDATA (binding)); ! message2_nolog (newmessage, ! strlen (newmessage), ! STRING_MULTIBYTE (binding)); if (NUMBERP (Vsuggest_key_bindings)) waited = sit_for (Vsuggest_key_bindings, 0, 2); else --- 10302,10310 ---- sprintf (newmessage, "You can run the command `%s' with %s", SDATA (SYMBOL_NAME (function)), SDATA (binding)); ! message2 (newmessage, ! strlen (newmessage), ! STRING_MULTIBYTE (binding)); if (NUMBERP (Vsuggest_key_bindings)) waited = sit_for (Vsuggest_key_bindings, 0, 2); else