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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c [lexbind]
Date: Tue, 06 Jul 2004 07:02:05 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.119.2.5 emacs/src/xselect.c:1.119.2.6
*** emacs/src/xselect.c:1.119.2.5       Tue Feb 17 23:15:50 2004
--- emacs/src/xselect.c Tue Jul  6 10:17:22 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]