1
Fork 0
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:
Richard M. Stallman 1998-05-11 01:08:59 +00:00
parent f072a3e84c
commit 95fb069bc9

View file

@ -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))