]> git.eshelyaron.com Git - emacs.git/commitdiff
(XMenuPost): Pass null help callback to XMenuActivate.
authorGerd Moellmann <gerd@gnu.org>
Thu, 27 Jan 2000 15:30:47 +0000 (15:30 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 27 Jan 2000 15:30:47 +0000 (15:30 +0000)
oldXMenu/Post.c

index 8b0a080381153cfbbe59a9a5284f1c97b8cc9c59..471b1d60dc05bc6cadd1282e3625fa4ef7a4a40b 100644 (file)
@@ -1,6 +1,6 @@
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Post.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */
+/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Post.c,v 1.1 1999/10/03 19:35:10 fx Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
@@ -64,7 +64,7 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask)
                         p_num, s_num, 
                         x_pos, y_pos, 
                         event_mask, 
-                        &data);
+                        &data, 0);
 
     /*
      * Check the return value and return accordingly.