diff src/xmenu.c @ 30144:90534519c7b2

(menu_help_callback): Call show_help_echo with non-zero ok_to_overwrite_keystroke_echo argument.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 11 Jul 2000 07:35:39 +0000
parents baccf5e9ab70
children 770a280db6ee
line wrap: on
line diff
--- a/src/xmenu.c	Tue Jul 11 07:34:51 2000 +0000
+++ b/src/xmenu.c	Tue Jul 11 07:35:39 2000 +0000
@@ -2488,7 +2488,7 @@
 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);
 }