aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w16select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w16select.c b/src/w16select.c
index 4f88741f5c1..c229ba5816a 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -600,7 +600,7 @@ DEFUN ("w16-get-clipboard-data", Fw16_get_clipboard_data, Sw16_get_clipboard_dat
600 coding.mode |= CODING_MODE_LAST_BLOCK; 600 coding.mode |= CODING_MODE_LAST_BLOCK;
601 /* We explicitly disable composition handling because selection 601 /* We explicitly disable composition handling because selection
602 data should not contain any composition sequence. */ 602 data should not contain any composition sequence. */
603 coding.common_flags &= CODING_ANNOTATION_MASK; 603 coding.common_flags &= ~CODING_ANNOTATION_MASK;
604 decode_coding_object (&coding, Qnil, 0, 0, truelen, truelen, Qt); 604 decode_coding_object (&coding, Qnil, 0, 0, truelen, truelen, Qt);
605 ret = coding.dst_object; 605 ret = coding.dst_object;
606 Vlast_coding_system_used = CODING_ID_NAME (coding.id); 606 Vlast_coding_system_used = CODING_ID_NAME (coding.id);