emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/oldXMenu/InsPane.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/InsPane.c
Date: Fri, 04 Apr 2003 01:23:43 -0500

Index: emacs/oldXMenu/InsPane.c
diff -c emacs/oldXMenu/InsPane.c:1.1 emacs/oldXMenu/InsPane.c:1.2
*** emacs/oldXMenu/InsPane.c:1.1        Sun Oct  3 15:35:04 1999
--- emacs/oldXMenu/InsPane.c    Tue Feb  4 09:19:01 2003
***************
*** 1,6 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.1 1999/10/03 19:35:04 
fx Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
--- 1,6 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.2 2003/02/04 14:19:01 
lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
***************
*** 27,33 ****
      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. */
  
--- 27,33 ----
      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,101 ****
      emacs_insque(pane, p_ptr);
  
      /*
!      * Update the pane count. 
       */
      menu->p_count++;
  
--- 95,101 ----
      emacs_insque(pane, p_ptr);
  
      /*
!      * Update the pane count.
       */
      menu->p_count++;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]