(savehist-save-hook): Add :group.
[bpt/emacs.git] / oldXMenu / Post.c
index 8b0a080..2be31ae 100644 (file)
@@ -1,7 +1,7 @@
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Post.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985  */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -9,7 +9,7 @@
  *     XMenuPost -     Maps a given menu to the display and activates
  *                     the menu for user selection.  The user is allowed to
  *                     specify the mouse button event mask that will be used
- *                     to identify a selection request.  When a selection 
+ *                     to identify a selection request.  When a selection
  *                     request is received (i.e., when the specified mouse
  *                     event occurs) the data  returned will be either the
  *                     data associated with the particular selection active
@@ -59,12 +59,12 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask)
      * Make the procedure call.
      */
     stat = XMenuActivate(
-                        display, 
+                        display,
                         menu,
-                        p_num, s_num, 
-                        x_pos, y_pos, 
-                        event_mask, 
-                        &data);
+                        p_num, s_num,
+                        x_pos, y_pos,
+                        event_mask,
+                        &data, 0);
 
     /*
      * Check the return value and return accordingly.
@@ -83,3 +83,6 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask)
            return(data);
     }
 }
+
+/* arch-tag: 7b6104e5-fa32-4342-aa17-05296a30dd70
+   (do not change this comment) */