type as string if x_encode_text returns streingp non-NULL.
(int *) size_ret, &stringp);
*nofree_ret = (*data_ret == XSTRING (obj)->data);
if (NILP (type))
- {
- if (stringp && *nofree_ret)
- type = QSTRING;
- else if (EQ (Vnext_selection_coding_system,
- Qcompound_text_with_extensions))
- type = QCOMPOUND_TEXT;
- else
- type = (stringp ? QSTRING : QCOMPOUND_TEXT);
- }
+ type = (stringp ? QSTRING : QCOMPOUND_TEXT);
Vlast_coding_system_used = (*nofree_ret
? Qraw_text
: Vnext_selection_coding_system);