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 e5ae821e811..3f4f1c098d0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -3974,7 +3974,7 @@ run_redisplay_end_trigger_hook (it) | |||
| 3974 | - when we stopped at a line end, i.e. a newline or a CR and selective | 3974 | - when we stopped at a line end, i.e. a newline or a CR and selective |
| 3975 | display is on. */ | 3975 | display is on. */ |
| 3976 | 3976 | ||
| 3977 | enum move_it_result | 3977 | static enum move_it_result |
| 3978 | move_it_in_display_line_to (it, to_charpos, to_x, op) | 3978 | move_it_in_display_line_to (it, to_charpos, to_x, op) |
| 3979 | struct it *it; | 3979 | struct it *it; |
| 3980 | int to_charpos, to_x, op; | 3980 | int to_charpos, to_x, op; |