emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xselect.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Wed, 16 Jun 2004 11:11:17 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.134 emacs/src/xselect.c:1.135
*** emacs/src/xselect.c:1.134   Mon Feb 16 04:53:28 2004
--- emacs/src/xselect.c Wed Jun 16 15:09:32 2004
***************
*** 1,5 ****
  /* X Selection processing for Emacs.
!    Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003
     Free Software Foundation.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* X Selection processing for Emacs.
!    Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004
     Free Software Foundation.
  
  This file is part of GNU Emacs.
***************
*** 2576,2582 ****
    if (event.xclient.format != 8 && event.xclient.format != 16
        && event.xclient.format != 32)
      error ("FORMAT must be one of 8, 16 or 32");
!   
    if (FRAMEP (dest) || NILP (dest))
      {
        struct frame *fdest = check_x_frame (dest);
--- 2576,2582 ----
    if (event.xclient.format != 8 && event.xclient.format != 16
        && event.xclient.format != 32)
      error ("FORMAT must be one of 8, 16 or 32");
! 
    if (FRAMEP (dest) || NILP (dest))
      {
        struct frame *fdest = check_x_frame (dest);




reply via email to

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