diff options
| author | Eli Zaretskii | 2000-07-11 07:35:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-07-11 07:35:39 +0000 |
| commit | fcdf3b474981fdec8151c47e701baa4ca2675c4f (patch) | |
| tree | 6f92aa2503009c661162b52faf48d28168bc70f9 /src/xmenu.c | |
| parent | 4cc8ea4a65f6d78ea95662ac67c4afe8e44a8d30 (diff) | |
| download | emacs-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.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 | |||
| 2488 | menu_help_callback (help_string) | 2488 | menu_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 | ||