Mercurial > emacs
changeset 839:c32d6beb8aec
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 22 Jul 1992 02:25:17 +0000 |
parents | c8798ebd7d95 |
children | 113281b361ec |
files | src/=xselect.c.old |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/=xselect.c.old Wed Jul 22 01:53:42 1992 +0000 +++ b/src/=xselect.c.old Wed Jul 22 02:25:17 1992 +0000 @@ -159,6 +159,8 @@ Time event_time = last_event_timestamp; CHECK_STRING (string, 0); + val = Qnil; + if (NILP (type) || EQ (type, Qprimary)) { BLOCK_INPUT; @@ -195,6 +197,7 @@ XStoreBytes (x_current_display, (char *) XSTRING (string)->data, XSTRING (string)->size); + val = string; UNBLOCK_INPUT; } else