comparison src/xselect.c @ 2961:e94a593c3952

Updated copyright years.
author Jim Blandy <jimb@redhat.com>
date Sat, 22 May 1993 21:34:42 +0000
parents ae18dabac465
children 419d3bf1cb2b
comparison
equal deleted inserted replaced
2960:372386917f03 2961:e94a593c3952
1 /* X Selection processing for emacs
2 Copyright (C) 1993 Free Software Foundation.
3
4 This file is part of GNU Emacs.
5
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19
1 /* x_handle_selection_notify 20 /* x_handle_selection_notify
2 x_reply_selection_request 21 x_reply_selection_request
3 XFree 22 XFree
4 x_selection_timeout initial value */ 23 x_selection_timeout initial value */
5
6 /* X Selection processing for emacs
7 Copyright (C) 1990-1993 Free Software Foundation.
8
9 This file is part of GNU Emacs.
10
11 GNU Emacs is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2, or (at your option)
14 any later version.
15
16 GNU Emacs is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
20
21 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
23 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 24
25 /* Rewritten by jwz */ 25 /* Rewritten by jwz */
26 26
27 #include "config.h" 27 #include "config.h"
28 #include "lisp.h" 28 #include "lisp.h"