aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love1999-09-13 19:15:41 +0000
committerDave Love1999-09-13 19:15:41 +0000
commit701552ddc8991a1e22e07bd027886b5688c1981a (patch)
tree46efc8f5ec143bb7c41431fdfa238ef15f0e204b /src
parent8abee2e185371ac3af340d364760be409e9d36a4 (diff)
downloademacs-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.c2
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
3977enum move_it_result 3977static enum move_it_result
3978move_it_in_display_line_to (it, to_charpos, to_x, op) 3978move_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;