diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 5bef44c6e51..16a7a64c89b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -9428,7 +9428,7 @@ move_it_vertically_backward (struct it *it, int dy) | |||
| 9428 | treating terminal frames specially here. */ | 9428 | treating terminal frames specially here. */ |
| 9429 | 9429 | ||
| 9430 | if (!FRAME_WINDOW_P (it->f)) | 9430 | if (!FRAME_WINDOW_P (it->f)) |
| 9431 | move_it_vertically (it, target_y - (it->current_y + line_height)); | 9431 | move_it_vertically (it, target_y - it->current_y); |
| 9432 | else | 9432 | else |
| 9433 | { | 9433 | { |
| 9434 | do | 9434 | do |