X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5b0d63bc3658e0892d01c61cc168131813e7a8b0..61655fd96ce959e47ad8d047387e5585843fc789:/oldXMenu/SetPane.c diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index e76b75902c..f29a81c5ca 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -17,10 +16,10 @@ #include "XMenuInt.h" int -XMenuSetPane(menu, p_num, active) - register XMenu *menu; /* Menu object to be modified. */ - register int p_num; /* Pane number to be modified. */ - register int active; /* Make selection active? */ +XMenuSetPane(register XMenu *menu, register int p_num, register int active) + /* Menu object to be modified. */ + /* Pane number to be modified. */ + /* Make selection active? */ { register XMPane *p_ptr; /* XMPane pointer. */ @@ -43,5 +42,3 @@ XMenuSetPane(menu, p_num, active) return(p_num); } -/* arch-tag: 90bc8d90-031d-41a2-a2c6-04bf94efbc90 - (do not change this comment) */