]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu_help_callback): Call show_help_echo with
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 18:19:37 +0000 (18:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 18:19:37 +0000 (18:19 +0000)
new arguments.

src/xmenu.c

index b4e92ef12cd49d0cf83b1cd58eb32f61b4247f9e..f18250ca256f2e25899dc8e7069e3b991f1d4e42 100644 (file)
@@ -2473,6 +2473,7 @@ xdialog_show (f, keymaps, title, error)
 
   return Qnil;
 }
+
 #else /* not USE_X_TOOLKIT */
 
 /* The frame of the last activated non-toolkit menu bar.
@@ -2489,7 +2490,8 @@ static void
 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);
 }