summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/bs.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0c32d7385c..8fe3c59c212 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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):
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 ()