=== modified file 'src/keyboard.c' *** src/keyboard.c 2011-02-16 16:35:16 +0000 --- src/keyboard.c 2011-03-10 02:40:41 +0000 *************** give to the command you invoke, if it as *** 10302,10308 **** 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)) --- 10302,10309 ---- sprintf (newmessage, "You can run the command `%s' with %s", SDATA (SYMBOL_NAME (function)), SDATA (binding)); ! //zck ! message2 (newmessage, strlen (newmessage), STRING_MULTIBYTE (binding)); if (NUMBERP (Vsuggest_key_bindings))