summaryrefslogtreecommitdiff
path: root/oldXMenu/FindPane.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/FindPane.c
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'oldXMenu/FindPane.c')
-rw-r--r--oldXMenu/FindPane.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c
index a4bed439076..af1ecce51bb 100644
--- a/oldXMenu/FindPane.c
+++ b/oldXMenu/FindPane.c
@@ -1,12 +1,12 @@
#include "copyright.h"
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/FindPane.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
+/* $Header: /cvs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 19:35:02 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
* XMenu: MIT Project Athena, X Window system menu package
*
- * XMenuFindPane - Find the first menu pane who's label matches a
+ * XMenuFindPane - Find the first menu pane who's label matches a
* particular string.
*
* Author: Tony Della Fera, DEC
@@ -17,7 +17,7 @@
#include "XMenuInt.h"
int
-XMenuFindPane(menu, label)
+XMenuFindPane(menu, label)
register XMenu *menu;
register char *label;
{