Mercurial > emacs
diff src/xselect.c @ 56135:5407da499273
Update copyright.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Wed, 16 Jun 2004 15:10:55 +0000 |
| parents | 26dc8943ee64 |
| children | f95a8f5985be dbcd0af66869 4c90ffeb71c5 |
line wrap: on
line diff
--- a/src/xselect.c Wed Jun 16 14:17:01 2004 +0000 +++ b/src/xselect.c Wed Jun 16 15:10:55 2004 +0000 @@ -1,5 +1,5 @@ /* X Selection processing for Emacs. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004 Free Software Foundation. This file is part of GNU Emacs. @@ -2576,7 +2576,7 @@ 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);
