mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
Comment change.
This commit is contained in:
parent
f072a3e84c
commit
95fb069bc9
1 changed files with 4 additions and 0 deletions
|
|
@ -1808,6 +1808,10 @@ but the contents viewed as characters do change.")
|
|||
}
|
||||
|
||||
tail = markers = BUF_MARKERS (current_buffer);
|
||||
|
||||
/* This prevents BYTE_TO_CHAR (that is, buf_bytepos_to_charpos) from
|
||||
getting confused by the markers that have not yet been updated.
|
||||
It is also a signal that it should never create a marker. */
|
||||
BUF_MARKERS (current_buffer) = Qnil;
|
||||
|
||||
while (XSYMBOL (tail) != XSYMBOL (Qnil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue