diff options
| author | Jim Blandy | 1993-05-22 21:34:42 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-22 21:34:42 +0000 |
| commit | c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af (patch) | |
| tree | 25f5dd402e34a1a6b94fc1881bcb0d81b45b28b5 /src/xselect.c | |
| parent | dd8e46c7e5b2d03b05ec949510cb1c838a429f2b (diff) | |
| download | emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.tar.gz emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.zip | |
Updated copyright years.
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xselect.c b/src/xselect.c index ca756646cd0..1e811105504 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1,10 +1,5 @@ | |||
| 1 | /* x_handle_selection_notify | ||
| 2 | x_reply_selection_request | ||
| 3 | XFree | ||
| 4 | x_selection_timeout initial value */ | ||
| 5 | |||
| 6 | /* X Selection processing for emacs | 1 | /* X Selection processing for emacs |
| 7 | Copyright (C) 1990-1993 Free Software Foundation. | 2 | Copyright (C) 1993 Free Software Foundation. |
| 8 | 3 | ||
| 9 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 10 | 5 | ||
| @@ -22,6 +17,11 @@ You should have received a copy of the GNU General Public License | |||
| 22 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 23 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 24 | 19 | ||
| 20 | /* x_handle_selection_notify | ||
| 21 | x_reply_selection_request | ||
| 22 | XFree | ||
| 23 | x_selection_timeout initial value */ | ||
| 24 | |||
| 25 | /* Rewritten by jwz */ | 25 | /* Rewritten by jwz */ |
| 26 | 26 | ||
| 27 | #include "config.h" | 27 | #include "config.h" |