diff options
Diffstat (limited to 'oldXMenu/Recomp.c')
-rw-r--r-- | oldXMenu/Recomp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index c433cd550fd..933a6bf9f33 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Recomp.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */ +/* $Header: /cvs/emacs/oldXMenu/Recomp.c,v 1.1 1999/10/03 19:35:11 fx Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -25,7 +25,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 +44,7 @@ XMenuRecompute(display, menu) /* * For each pane in the menu... */ - + p_num = 0; for ( p_ptr = menu->p_list->next; @@ -58,7 +58,7 @@ XMenuRecompute(display, menu) return(XM_FAILURE); } p_num++; - + /* * For each selection in the pane... */ |