Mercurial > emacs
changeset 30299:f2cd2bf063c9
(menu_help_callback): Call show_help_echo with
new arguments.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 18:19:37 +0000 |
parents | c7b56104dc09 |
children | 8b24b6f17856 |
files | src/xmenu.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Tue Jul 18 16:21:46 2000 +0000 +++ b/src/xmenu.c Tue Jul 18 18:19:37 2000 +0000 @@ -2473,6 +2473,7 @@ return Qnil; } + #else /* not USE_X_TOOLKIT */ /* The frame of the last activated non-toolkit menu bar. @@ -2489,7 +2490,8 @@ menu_help_callback (help_string) char *help_string; { - show_help_echo (help_string ? build_string (help_string) : Qnil, 1); + show_help_echo (help_string ? build_string (help_string) : Qnil, + Qnil, Qnil, 0, 1); }