emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/oldXMenu/FindPane.c
diff -c emacs/oldXMenu/FindPane.c:1.1 emacs/oldXMenu/FindPane.c:1.2
*** emacs/oldXMenu/FindPane.c:1.1       Sun Oct  3 15:35:02 1999
--- emacs/oldXMenu/FindPane.c   Tue Feb  4 09:19:01 2003
***************
*** 1,12 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 
19:35:02 fx Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
   * XMenu:     MIT Project Athena, X Window system menu package
   *
!  *    XMenuFindPane - Find the first menu pane who's label matches a 
   *                    particular string.
   *
   *    Author:         Tony Della Fera, DEC
--- 1,12 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.2 2003/02/04 
14:19:01 lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
   * XMenu:     MIT Project Athena, X Window system menu package
   *
!  *    XMenuFindPane - Find the first menu pane who's label matches a
   *                    particular string.
   *
   *    Author:         Tony Della Fera, DEC
***************
*** 17,23 ****
  #include "XMenuInt.h"
  
  int
! XMenuFindPane(menu, label) 
      register XMenu *menu;
      register char *label;
  {
--- 17,23 ----
  #include "XMenuInt.h"
  
  int
! XMenuFindPane(menu, label)
      register XMenu *menu;
      register char *label;
  {




reply via email to

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