Revert "Stop moving markers during erase-in-line"

This reverts commit 6f19715937.
This commit is contained in:
Daniel Colascione 2025-03-07 12:17:54 -08:00
parent 6f19715937
commit ae4671a7ab

View file

@ -4062,10 +4062,7 @@ all pending output has been dealt with."))
;; extra space when wrapped is false.
(when wrapped
(insert ? ))
;; If there's a marker at the start of the next line, we shouldn't
;; disturb it: erase-in-line doesn't change logical
;; line structure.
(insert-before-markers ?\n)
(insert ?\n)
(put-text-property saved-point (point) 'font-lock-face 'default)
(goto-char saved-point))))