diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c index b4d61f7c9a9..7be238651a0 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* X Selection processing for Emacs. | 1 | /* X Selection processing for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003 | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004 |
| 3 | Free Software Foundation. | 3 | Free Software Foundation. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -2576,7 +2576,7 @@ are ignored. */) | |||
| 2576 | if (event.xclient.format != 8 && event.xclient.format != 16 | 2576 | if (event.xclient.format != 8 && event.xclient.format != 16 |
| 2577 | && event.xclient.format != 32) | 2577 | && event.xclient.format != 32) |
| 2578 | error ("FORMAT must be one of 8, 16 or 32"); | 2578 | error ("FORMAT must be one of 8, 16 or 32"); |
| 2579 | 2579 | ||
| 2580 | if (FRAMEP (dest) || NILP (dest)) | 2580 | if (FRAMEP (dest) || NILP (dest)) |
| 2581 | { | 2581 | { |
| 2582 | struct frame *fdest = check_x_frame (dest); | 2582 | struct frame *fdest = check_x_frame (dest); |