mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-19 20:30:29 -08:00
(decode_coding_object): Fix last change.
This commit is contained in:
parent
30076589d3
commit
a1567c4544
2 changed files with 6 additions and 2 deletions
|
|
@ -7030,10 +7030,10 @@ decode_coding_object (coding, src_object, from, from_byte, to, to_byte,
|
|||
|| (! NILP (CODING_ATTR_POST_READ (attrs))
|
||||
&& NILP (dst_object)))
|
||||
{
|
||||
coding->dst_object = code_conversion_save (1, 1);
|
||||
coding->dst_multibyte = !CODING_FOR_UNIBYTE (coding);
|
||||
coding->dst_object = code_conversion_save (1, coding->dst_multibyte);
|
||||
coding->dst_pos = BEG;
|
||||
coding->dst_pos_byte = BEG_BYTE;
|
||||
coding->dst_multibyte = !CODING_FOR_UNIBYTE (coding);
|
||||
}
|
||||
else if (BUFFERP (dst_object))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue