mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
Fix last commit of src/w16select.c.
This commit is contained in:
parent
449c428491
commit
64384ca4de
@ -600,7 +600,7 @@ DEFUN ("w16-get-clipboard-data", Fw16_get_clipboard_data, Sw16_get_clipboard_dat
|
||||
coding.mode |= CODING_MODE_LAST_BLOCK;
|
||||
/* We explicitly disable composition handling because selection
|
||||
data should not contain any composition sequence. */
|
||||
coding.common_flags &= CODING_ANNOTATION_MASK;
|
||||
coding.common_flags &= ~CODING_ANNOTATION_MASK;
|
||||
decode_coding_object (&coding, Qnil, 0, 0, truelen, truelen, Qt);
|
||||
ret = coding.dst_object;
|
||||
Vlast_coding_system_used = CODING_ID_NAME (coding.id);
|
||||
|
Loading…
Reference in New Issue
Block a user