aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index cf7fa44ae41..99a0709d627 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5693,7 +5693,7 @@ and redisplay normally--don't erase and redraw the frame. */)
5693 struct buffer *buf = XBUFFER (w->contents); 5693 struct buffer *buf = XBUFFER (w->contents);
5694 bool center_p = false; 5694 bool center_p = false;
5695 ptrdiff_t charpos, bytepos; 5695 ptrdiff_t charpos, bytepos;
5696 EMACS_INT iarg IF_LINT (= 0); 5696 EMACS_INT iarg;
5697 int this_scroll_margin; 5697 int this_scroll_margin;
5698 5698
5699 if (buf != current_buffer) 5699 if (buf != current_buffer)