X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e745ede7473e87b93d71858bc1c8447a1307de28..10c8e594f6e658408eb64acb46d66e7658ee9b6c:/oldXMenu/Recomp.c diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index c433cd550f..b4bc4da3f7 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c @@ -1,6 +1,5 @@ #include "copyright.h" -/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Recomp.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -25,7 +24,7 @@ XMenuRecompute(display, menu) register int p_num; /* Pane serial number. */ register int s_num; /* Selection serial number. */ - + /* * If there are no panes in the menu then return failure * because the menu is not initialized. @@ -44,7 +43,7 @@ XMenuRecompute(display, menu) /* * For each pane in the menu... */ - + p_num = 0; for ( p_ptr = menu->p_list->next; @@ -58,7 +57,7 @@ XMenuRecompute(display, menu) return(XM_FAILURE); } p_num++; - + /* * For each selection in the pane... */ @@ -102,3 +101,6 @@ XMenuRecompute(display, menu) _XMErrorCode = XME_NO_ERROR; return(XM_SUCCESS); } + +/* arch-tag: 1fe99b82-3873-4aab-b2b3-f277c93e00d9 + (do not change this comment) */