mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(whitespace-buffer): Call remove-overlays after overlay-recenter for
performance. Suggested by Martin Rudalics.
This commit is contained in:
parent
47eff51e1a
commit
8eda2ca3b3
1 changed files with 1 additions and 1 deletions
|
|
@ -425,8 +425,8 @@ and:
|
|||
(progn
|
||||
(whitespace-check-buffer-list (buffer-name) buffer-file-name)
|
||||
(whitespace-tickle-timer)
|
||||
(remove-overlays nil nil 'face 'whitespace-highlight)
|
||||
(overlay-recenter (point-max))
|
||||
(remove-overlays nil nil 'face 'whitespace-highlight)
|
||||
(if whitespace-auto-cleanup
|
||||
(if buffer-read-only
|
||||
(if (not quiet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue