]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Recomp.c
Remove unnecessary `beginning-of-buffer'.
[gnu-emacs] / oldXMenu / Recomp.c
index c433cd550fd9c61a860d677f88746190bec117fa..b4bc4da3f725224dd486a72c1251521aec601ea7 100644 (file)
@@ -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) */