From 74a6d927886034406e2bf3a992fefd9a68f165ef Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 19 Oct 2007 11:07:17 +0000 Subject: [PATCH] (bs--track-window-changes): Don't refresh the whole list. --- lisp/ChangeLog | 2 ++ lisp/bs.el | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 () -- 2.39.2