diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index 660e0060020..06c0ec6362c 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1655,7 +1655,7 @@ selection_data_to_lisp_data (display, data, size, type, format) | |||
| 1655 | 1655 | ||
| 1656 | if (SYMBOLP (coding.post_read_conversion) | 1656 | if (SYMBOLP (coding.post_read_conversion) |
| 1657 | && !NILP (Ffboundp (coding.post_read_conversion))) | 1657 | && !NILP (Ffboundp (coding.post_read_conversion))) |
| 1658 | str = run_pre_post_conversion_on_str (str, coding, 0); | 1658 | str = run_pre_post_conversion_on_str (str, &coding, 0); |
| 1659 | Vlast_coding_system_used = coding.symbol; | 1659 | Vlast_coding_system_used = coding.symbol; |
| 1660 | } | 1660 | } |
| 1661 | compose_chars_in_text (0, XSTRING (str)->size, str); | 1661 | compose_chars_in_text (0, XSTRING (str)->size, str); |