diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-30 19:19:31 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-30 19:19:31 -0400 |
commit | 07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de (patch) | |
tree | 222adf06960f86aa8b2f560217d39c9fe39d3996 /src/window.c | |
parent | 6aed001ad31d41f028d77e66e597b7b3ab4e31ae (diff) | |
parent | d3b7a90bc2ad20192d1afd23eb1aa6a18ceda569 (diff) | |
download | emacs-07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de.tar.gz |
Merge from emacs-24
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
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. */) w->start_at_line_beg = (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n'); + wset_redisplay (w); + return Qnil; } |