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, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index f05ea561263..456a8bce691 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5914,6 +5914,8 @@ and redisplay normally--don't erase and redraw the frame. */)
5914 w->start_at_line_beg = (bytepos == BEGV_BYTE 5914 w->start_at_line_beg = (bytepos == BEGV_BYTE
5915 || FETCH_BYTE (bytepos - 1) == '\n'); 5915 || FETCH_BYTE (bytepos - 1) == '\n');
5916 5916
5917 wset_redisplay (w);
5918
5917 return Qnil; 5919 return Qnil;
5918} 5920}
5919 5921