diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-19 11:07:17 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-19 11:07:17 +0000 |
commit | 74a6d927886034406e2bf3a992fefd9a68f165ef (patch) | |
tree | 14c95036e8eb8fe5377699c1206a4084699ed2be /lisp/bs.el | |
parent | 087674e88d0a35a88dc5ed9201a224fc61b9dc88 (diff) | |
download | emacs-74a6d927886034406e2bf3a992fefd9a68f165ef.tar.gz |
(bs--track-window-changes): Don't refresh the whole list.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 () |