(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
|
@ -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):
|
||||
|
|
|
@ -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
Reference in a new issue