diff options
| author | Dave Love | 1999-09-13 19:15:41 +0000 |
|---|---|---|
| committer | Dave Love | 1999-09-13 19:15:41 +0000 |
| commit | 701552ddc8991a1e22e07bd027886b5688c1981a (patch) | |
| tree | 46efc8f5ec143bb7c41431fdfa238ef15f0e204b /src | |
| parent | 8abee2e185371ac3af340d364760be409e9d36a4 (diff) | |
| download | emacs-701552ddc8991a1e22e07bd027886b5688c1981a.tar.gz emacs-701552ddc8991a1e22e07bd027886b5688c1981a.zip | |
(move_it_in_display_line_to): Make type consistent with declaration.
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; |