diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index a885ac9c546..d507ccd14e4 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1650,7 +1650,6 @@ selection_data_to_lisp_data (display, data, size, type, format) | |||
| 1650 | Vlast_coding_system_used = Vnext_selection_coding_system; | 1650 | Vlast_coding_system_used = Vnext_selection_coding_system; |
| 1651 | Vnext_selection_coding_system = Qnil; | 1651 | Vnext_selection_coding_system = Qnil; |
| 1652 | } | 1652 | } |
| 1653 | compose_chars_in_text (0, XSTRING (str)->size, str); | ||
| 1654 | return str; | 1653 | return str; |
| 1655 | } | 1654 | } |
| 1656 | /* Convert a single atom to a Lisp_Symbol. Convert a set of atoms to | 1655 | /* Convert a single atom to a Lisp_Symbol. Convert a set of atoms to |