diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index c3e693182c6..6cfba084493 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5683,7 +5683,7 @@ and redisplay normally--don't erase and redraw the frame. */) | |||
| 5683 | struct buffer *buf = XBUFFER (w->contents); | 5683 | struct buffer *buf = XBUFFER (w->contents); |
| 5684 | bool center_p = false; | 5684 | bool center_p = false; |
| 5685 | ptrdiff_t charpos, bytepos; | 5685 | ptrdiff_t charpos, bytepos; |
| 5686 | EMACS_INT iarg; | 5686 | EMACS_INT iarg UNINIT; |
| 5687 | int this_scroll_margin; | 5687 | int this_scroll_margin; |
| 5688 | 5688 | ||
| 5689 | if (buf != current_buffer) | 5689 | if (buf != current_buffer) |