mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(bs--track-window-changes): Don't refresh the whole list.
This commit is contained in:
parent
087674e88d
commit
74a6d92788
2 changed files with 2 additions and 1 deletions
|
|
@ -619,7 +619,6 @@ Used from `window-size-change-functions'."
|
|||
(let ((win (get-buffer-window "*buffer-selection*" frame)))
|
||||
(when win
|
||||
(with-selected-window win
|
||||
(bs-refresh)
|
||||
(bs--set-window-height)))))
|
||||
|
||||
(defun bs--remove-hooks ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue