diff options
| author | Eli Zaretskii | 2014-07-17 18:40:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-17 18:40:18 +0300 |
| commit | 64384ca4ded41824f30a0a2470a65160dd486207 (patch) | |
| tree | 4394dc07b1125cf9a28e0869010fbd366a809fe7 /src | |
| parent | 449c428491f7f6cce7c576d9b9a057f38b86c50f (diff) | |
| download | emacs-64384ca4ded41824f30a0a2470a65160dd486207.tar.gz emacs-64384ca4ded41824f30a0a2470a65160dd486207.zip | |
Fix last commit of src/w16select.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w16select.c | 2 |
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); |