changeset 79151:9f5ce463bdcf

(bs--track-window-changes): Don't refresh the whole list.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Oct 2007 11:04:45 +0000
parents f29d059746df
children 3ebc829ae884
files lisp/bs.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bs.el	Fri Oct 19 10:37:01 2007 +0000
+++ b/lisp/bs.el	Fri Oct 19 11:04:45 2007 +0000
@@ -619,7 +619,6 @@
   (let ((win (get-buffer-window "*buffer-selection*" frame)))
     (when win
       (with-selected-window win
-	(bs-refresh)
 	(bs--set-window-height)))))
 
 (defun bs--remove-hooks ()