summaryrefslogtreecommitdiff
path: root/src/xselect.c.old
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-22 02:25:17 +0000
committerJim Blandy <jimb@redhat.com>1992-07-22 02:25:17 +0000
commit638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de (patch)
treeec7393fc9c852c7ec27b2976ce5908628db79702 /src/xselect.c.old
parent0aba61c5547163ad6f614e3b91e2492e3b989464 (diff)
downloademacs-638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de.tar.gz
*** empty log message ***
Diffstat (limited to 'src/xselect.c.old')
-rw-r--r--src/xselect.c.old3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xselect.c.old b/src/xselect.c.old
index aa415afc663..cb7697270c2 100644
--- a/src/xselect.c.old
+++ b/src/xselect.c.old
@@ -159,6 +159,8 @@ use X selections.")
Time event_time = last_event_timestamp;
CHECK_STRING (string, 0);
+ val = Qnil;
+
if (NILP (type) || EQ (type, Qprimary))
{
BLOCK_INPUT;
@@ -195,6 +197,7 @@ use X selections.")
XStoreBytes (x_current_display,
(char *) XSTRING (string)->data,
XSTRING (string)->size);
+ val = string;
UNBLOCK_INPUT;
}
else