summaryrefslogtreecommitdiff
path: root/src/xselect.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-22 21:34:42 +0000
committerJim Blandy <jimb@redhat.com>1993-05-22 21:34:42 +0000
commite8003dd1edcfb791ac03038e7597f33c731ba61a (patch)
treed17570ebe9bf84a44446576953eced278bccd0e2 /src/xselect.c
parent30a41dff8f6234de035b8340a13f76a8aa9450f3 (diff)
downloademacs-e8003dd1edcfb791ac03038e7597f33c731ba61a.tar.gz
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 @@
-/* x_handle_selection_notify
-x_reply_selection_request
-XFree
-x_selection_timeout initial value */
-
/* X Selection processing for emacs
- Copyright (C) 1990-1993 Free Software Foundation.
+ Copyright (C) 1993 Free Software Foundation.
This file is part of GNU Emacs.
@@ -22,6 +17,11 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+/* x_handle_selection_notify
+x_reply_selection_request
+XFree
+x_selection_timeout initial value */
+
/* Rewritten by jwz */
#include "config.h"