emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/DelSel.c
Date: Tue, 04 Feb 2003 09:19:05 -0500

Index: emacs/oldXMenu/DelSel.c
diff -c emacs/oldXMenu/DelSel.c:1.1 emacs/oldXMenu/DelSel.c:1.2
*** emacs/oldXMenu/DelSel.c:1.1 Sun Oct  3 15:34:58 1999
--- emacs/oldXMenu/DelSel.c     Tue Feb  4 09:19:01 2003
***************
*** 1,6 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/DelSel.c,v 1.1 1999/10/03 19:34:58 
fx Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
--- 1,6 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/DelSel.c,v 1.2 2003/02/04 14:19:01 
lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
***************
*** 24,30 ****
  {
      register XMPane *p_ptr;   /* Pointer to pane being deleted. */
      register XMSelect *s_ptr; /* Pointer to selections being deleted. */
!         
      /*
       * Find the right pane.
       */
--- 24,30 ----
  {
      register XMPane *p_ptr;   /* Pointer to pane being deleted. */
      register XMSelect *s_ptr; /* Pointer to selections being deleted. */
! 
      /*
       * Find the right pane.
       */
***************
*** 53,59 ****
       * Destroy the selection transparency.
       */
      if (s_ptr->window) XDestroyWindow(display, s_ptr->window);
!     
      /*
       * Free the selection's XMSelect structure.
       */
--- 53,59 ----
       * Destroy the selection transparency.
       */
      if (s_ptr->window) XDestroyWindow(display, s_ptr->window);
! 
      /*
       * Free the selection's XMSelect structure.
       */




reply via email to

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