From: Juanma Barranquero Date: Fri, 19 Oct 2007 11:07:17 +0000 (+0000) Subject: (bs--track-window-changes): Don't refresh the whole list. X-Git-Tag: emacs-pretest-22.1.90~561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74a6d927886034406e2bf3a992fefd9a68f165ef;p=emacs.git (bs--track-window-changes): Don't refresh the whole list. --- 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 + * 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 ()