(bs--track-window-changes): Don't refresh the whole list.

This commit is contained in:
Juanma Barranquero 2007-10-19 11:07:17 +00:00
parent 087674e88d
commit 74a6d92788
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2007-10-19 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--track-window-changes): Don't refresh the whole list.
* follow.el (follow-unload-function): New function.
* loadhist.el (unload-function-features-list):

View file

@ -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 ()