X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/309990406b2d16da6ad4131c6530d309e44945ec..12020a9e6dcfc2213e8bbb0fec259c1ed1202f30:/oldXMenu/FindPane.c diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 9cac5b0588..022e761903 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -1,7 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ -/* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -17,9 +17,7 @@ #include "XMenuInt.h" int -XMenuFindPane(menu, label) - register XMenu *menu; - register char *label; +XMenuFindPane(register XMenu *menu, register char *label) { register XMPane *p_ptr; register int i = 0; @@ -63,5 +61,3 @@ XMenuFindPane(menu, label) return (XM_FAILURE); } -/* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54 - (do not change this comment) */