From fcdf3b474981fdec8151c47e701baa4ca2675c4f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 11 Jul 2000 07:35:39 +0000 Subject: [PATCH] (menu_help_callback): Call show_help_echo with non-zero ok_to_overwrite_keystroke_echo argument. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2