Mercurial > emacs
diff src/=xselect.c.old @ 839:c32d6beb8aec
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Wed, 22 Jul 1992 02:25:17 +0000 |
| parents | 538c0bcb418e |
| children | 8d43bfe19803 |
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
