From: Eli Zaretskii Date: Tue, 11 Jul 2000 07:35:39 +0000 (+0000) Subject: (menu_help_callback): Call show_help_echo with non-zero X-Git-Tag: emacs-pretest-21.0.90~2888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcdf3b474981fdec8151c47e701baa4ca2675c4f;p=emacs.git (menu_help_callback): Call show_help_echo with non-zero ok_to_overwrite_keystroke_echo argument. --- diff --git a/src/xmenu.c b/src/xmenu.c index 16292673df2..a811d3b4d74 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -2488,7 +2488,7 @@ static void menu_help_callback (help_string) char *help_string; { - show_help_echo (help_string ? build_string (help_string) : Qnil); + show_help_echo (help_string ? build_string (help_string) : Qnil, 1); }