diff options
| author | Kim F. Storm | 2004-06-16 15:10:55 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-16 15:10:55 +0000 |
| commit | a0ecb2ac8eb6d2e72f255fe8e4acb607486d6c1d (patch) | |
| tree | c811e23433c231305b9d4752b2f47cd1e7855fba /src/xselect.c | |
| parent | e3d844638f6146703303c0c51e39916ea239b11b (diff) | |
| download | emacs-a0ecb2ac8eb6d2e72f255fe8e4acb607486d6c1d.tar.gz emacs-a0ecb2ac8eb6d2e72f255fe8e4acb607486d6c1d.zip | |
Update copyright.
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); |