]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/InsPane.c
(calc-rewrite-selection): Make rules a local variable.
[gnu-emacs] / oldXMenu / InsPane.c
index 7a0d6e3ec634c25005bc1404ec42e284fdac5092..682423a4a05ce5363e25ae5c582aa0d18b68318e 100644 (file)
@@ -1,6 +1,5 @@
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/InsPane.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
@@ -27,7 +26,7 @@ XMenuInsertPane(menu, p_num, label, active)
     register XMPane *p_ptr;    /* XMPane pointer. */
     register XMPane *pane;     /* Newly created pane. */
     register XMSelect *select; /* Initial selection for the new pane. */
-        
+
     int label_length;          /* Label length in characters. */
     int label_width;           /* Label width in pixels. */
 
@@ -95,7 +94,7 @@ XMenuInsertPane(menu, p_num, label, active)
     emacs_insque(pane, p_ptr);
 
     /*
-     * Update the pane count. 
+     * Update the pane count.
      */
     menu->p_count++;
 
@@ -110,3 +109,6 @@ XMenuInsertPane(menu, p_num, label, active)
     _XMErrorCode = XME_NO_ERROR;
     return(p_num);
 }
+
+/* arch-tag: ab94d53d-f05b-4273-82d3-f1b01eb9dc9e
+   (do not change this comment) */