]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs--track-window-changes): Don't refresh the whole list.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Oct 2007 11:07:17 +0000 (11:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Oct 2007 11:07:17 +0000 (11:07 +0000)
lisp/ChangeLog
lisp/bs.el

index e0c32d7385c1c86ac51bf2844e8aea7eebdcdf06..8fe3c59c21282e7d2d810d33bf1b06e9676fb9eb 100644 (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):
index 8667190fe9bf70054e9fe1b78986341e6b482e2b..eb23054d54458cba159f27ed433e38d1f0d417d5 100644 (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 ()