diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-11 07:35:39 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-11 07:35:39 +0000 |
commit | fcdf3b474981fdec8151c47e701baa4ca2675c4f (patch) | |
tree | 6f92aa2503009c661162b52faf48d28168bc70f9 /src/xmenu.c | |
parent | 4cc8ea4a65f6d78ea95662ac67c4afe8e44a8d30 (diff) | |
download | emacs-fcdf3b474981fdec8151c47e701baa4ca2675c4f.tar.gz |
(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.c | 2 |
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 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); } |