mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(remove-overlays): Fix last change.
This commit is contained in:
parent
9e2f5050bc
commit
ee6bb6939f
@ -1961,9 +1961,9 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
|
||||
Overlays might be moved and/or split.
|
||||
BEG and END default respectively to the beginning and end of buffer."
|
||||
;; This speeds up the loops over overlays.
|
||||
(overlay-recenter (point-max))
|
||||
(unless beg (setq beg (point-min)))
|
||||
(unless end (setq end (point-max)))
|
||||
(overlay-recenter end)
|
||||
(if (< end beg)
|
||||
(setq beg (prog1 end (setq end beg))))
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user