aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorJim Blandy1993-05-22 21:34:42 +0000
committerJim Blandy1993-05-22 21:34:42 +0000
commitc6c5df7f76ab65b485bf110a8c5fcbdbd56d36af (patch)
tree25f5dd402e34a1a6b94fc1881bcb0d81b45b28b5 /src/xselect.c
parentdd8e46c7e5b2d03b05ec949510cb1c838a429f2b (diff)
downloademacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.tar.gz
emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.zip
Updated copyright years.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c12
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
2x_reply_selection_request
3XFree
4x_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
9This file is part of GNU Emacs. 4This file is part of GNU Emacs.
10 5
@@ -22,6 +17,11 @@ You should have received a copy of the GNU General Public License
22along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
23the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 19
20/* x_handle_selection_notify
21x_reply_selection_request
22XFree
23x_selection_timeout initial value */
24
25/* Rewritten by jwz */ 25/* Rewritten by jwz */
26 26
27#include "config.h" 27#include "config.h"