summaryrefslogtreecommitdiff
path: root/lisp/bs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-10-19 11:07:17 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-10-19 11:07:17 +0000
commit74a6d927886034406e2bf3a992fefd9a68f165ef (patch)
tree14c95036e8eb8fe5377699c1206a4084699ed2be /lisp/bs.el
parent087674e88d0a35a88dc5ed9201a224fc61b9dc88 (diff)
downloademacs-74a6d927886034406e2bf3a992fefd9a68f165ef.tar.gz
(bs--track-window-changes): Don't refresh the whole list.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index 8667190fe9b..eb23054d544 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -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 ()