diff options
| author | Juanma Barranquero | 2007-10-19 11:07:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-19 11:07:17 +0000 |
| commit | 74a6d927886034406e2bf3a992fefd9a68f165ef (patch) | |
| tree | 14c95036e8eb8fe5377699c1206a4084699ed2be | |
| parent | 087674e88d0a35a88dc5ed9201a224fc61b9dc88 (diff) | |
| download | emacs-74a6d927886034406e2bf3a992fefd9a68f165ef.tar.gz emacs-74a6d927886034406e2bf3a992fefd9a68f165ef.zip | |
(bs--track-window-changes): Don't refresh the whole list.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/bs.el | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0c32d7385c..8fe3c59c212 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-10-19 Juanma Barranquero <lekktu@gmail.com> | 1 | 2007-10-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * bs.el (bs--track-window-changes): Don't refresh the whole list. | ||
| 4 | |||
| 3 | * follow.el (follow-unload-function): New function. | 5 | * follow.el (follow-unload-function): New function. |
| 4 | 6 | ||
| 5 | * loadhist.el (unload-function-features-list): | 7 | * 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'." | |||
| 619 | (let ((win (get-buffer-window "*buffer-selection*" frame))) | 619 | (let ((win (get-buffer-window "*buffer-selection*" frame))) |
| 620 | (when win | 620 | (when win |
| 621 | (with-selected-window win | 621 | (with-selected-window win |
| 622 | (bs-refresh) | ||
| 623 | (bs--set-window-height))))) | 622 | (bs--set-window-height))))) |
| 624 | 623 | ||
| 625 | (defun bs--remove-hooks () | 624 | (defun bs--remove-hooks () |