summaryrefslogtreecommitdiff
path: root/oldXMenu/Post.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /oldXMenu/Post.c
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'oldXMenu/Post.c')
-rw-r--r--oldXMenu/Post.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c
index 471b1d60dc0..d10b04945d0 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Post.c,v 1.1 1999/10/03 19:35:10 fx Exp $ */
+/* $Header: /cvs/emacs/oldXMenu/Post.c,v 1.2 2000/01/27 15:30:47 gerd Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -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,11 +59,11 @@ 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,
+ p_num, s_num,
+ x_pos, y_pos,
+ event_mask,
&data, 0);
/*