aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-19 11:07:17 +0000
committerJuanma Barranquero2007-10-19 11:07:17 +0000
commit74a6d927886034406e2bf3a992fefd9a68f165ef (patch)
tree14c95036e8eb8fe5377699c1206a4084699ed2be
parent087674e88d0a35a88dc5ed9201a224fc61b9dc88 (diff)
downloademacs-74a6d927886034406e2bf3a992fefd9a68f165ef.tar.gz
emacs-74a6d927886034406e2bf3a992fefd9a68f165ef.zip
(bs--track-window-changes): Don't refresh the whole list.
-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 @@
12007-10-19 Juanma Barranquero <lekktu@gmail.com> 12007-10-19 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4
3 * follow.el (follow-unload-function): New function. 5 * follow.el (follow-unload-function): New function.
4 6
5 * loadhist.el (unload-function-features-list): 7 * 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'."
619 (let ((win (get-buffer-window "*buffer-selection*" frame))) 619 (let ((win (get-buffer-window "*buffer-selection*" frame)))
620 (when win 620 (when win
621 (with-selected-window win 621 (with-selected-window win
622 (bs-refresh)
623 (bs--set-window-height))))) 622 (bs--set-window-height)))))
624 623
625(defun bs--remove-hooks () 624(defun bs--remove-hooks ()