* src/buffer.c (Fset_buffer_multibyte): Remove dead code
This commit is contained in:
parent
d3d60ab272
commit
c2e0f1982f
1 changed files with 0 additions and 5 deletions
|
@ -2602,8 +2602,6 @@ current buffer is cleared. */)
|
|||
p += bytes, pos += bytes;
|
||||
}
|
||||
}
|
||||
if (narrowed)
|
||||
Fnarrow_to_region (make_fixnum (begv), make_fixnum (zv));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -2682,9 +2680,6 @@ current buffer is cleared. */)
|
|||
if (pt != PT)
|
||||
TEMP_SET_PT (pt);
|
||||
|
||||
if (narrowed)
|
||||
Fnarrow_to_region (make_fixnum (begv), make_fixnum (zv));
|
||||
|
||||
/* Do this first, so that chars_in_text asks the right question.
|
||||
set_intervals_multibyte needs it too. */
|
||||
bset_enable_multibyte_characters (current_buffer, Qt);
|
||||
|
|
Loading…
Add table
Reference in a new issue