diff src/xmenu.c @ 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 4e401f4a55aa
children 8f11e306dc02
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);
 }