aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 20f6862e3b4..8d1aed46dff 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5654,7 +5654,7 @@ scroll_command (Lisp_Object window, Lisp_Object n, int direction)
5654 5654
5655 /* If given window's buffer isn't current, make it current for 5655 /* If given window's buffer isn't current, make it current for
5656 the moment. But don't screw up if window_scroll gets an error. */ 5656 the moment. But don't screw up if window_scroll gets an error. */
5657 if (XBUFFER (w->contents) != current_buffer) 5657 if (other_window || XBUFFER (w->contents) != current_buffer)
5658 { 5658 {
5659 record_unwind_protect_excursion (); 5659 record_unwind_protect_excursion ();
5660 Fset_buffer (w->contents); 5660 Fset_buffer (w->contents);