diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-22 21:34:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-22 21:34:42 +0000 |
commit | c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af (patch) | |
tree | 25f5dd402e34a1a6b94fc1881bcb0d81b45b28b5 /src/xselect.c | |
parent | dd8e46c7e5b2d03b05ec949510cb1c838a429f2b (diff) | |
download | emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.tar.gz |
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 @@ -/* 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" |