Revert "Stop moving markers during erase-in-line"
This reverts commit 6f19715937
.
This commit is contained in:
parent
6f19715937
commit
ae4671a7ab
1 changed files with 1 additions and 4 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue