aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorEli Zaretskii2000-07-11 07:35:39 +0000
committerEli Zaretskii2000-07-11 07:35:39 +0000
commitfcdf3b474981fdec8151c47e701baa4ca2675c4f (patch)
tree6f92aa2503009c661162b52faf48d28168bc70f9 /src/xmenu.c
parent4cc8ea4a65f6d78ea95662ac67c4afe8e44a8d30 (diff)
downloademacs-fcdf3b474981fdec8151c47e701baa4ca2675c4f.tar.gz
emacs-fcdf3b474981fdec8151c47e701baa4ca2675c4f.zip
(menu_help_callback): Call show_help_echo with non-zero
ok_to_overwrite_keystroke_echo argument.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
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
2488menu_help_callback (help_string) 2488menu_help_callback (help_string)
2489 char *help_string; 2489 char *help_string;
2490{ 2490{
2491 show_help_echo (help_string ? build_string (help_string) : Qnil); 2491 show_help_echo (help_string ? build_string (help_string) : Qnil, 1);
2492} 2492}
2493 2493
2494 2494