Mercurial > emacs
changeset 34615:a8944d7e6773
(Fset_window_point): Remove test for
cursor_in_non_selected_windows.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Dec 2000 15:06:35 +0000 |
parents | 772150b7906d |
children | e5a9caea73f9 |
files | src/window.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Fri Dec 15 14:49:34 2000 +0000 +++ b/src/window.c Fri Dec 15 15:06:35 2000 +0000 @@ -899,10 +899,9 @@ else set_marker_restricted (w->pointm, pos, w->buffer); - /* If displaying hollow box cursors in non-selected windows, we have - to make sure that redisplay updates the window to show the new - value of point. */ - if (cursor_in_non_selected_windows && !EQ (window, selected_window)) + /* We have to make sure that redisplay updates the window to show + the new value of point. */ + if (!EQ (window, selected_window)) ++windows_or_buffers_changed; return pos;