From 701552ddc8991a1e22e07bd027886b5688c1981a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 13 Sep 1999 19:15:41 +0000 Subject: [PATCH] (move_it_in_display_line_to): Make type consistent with declaration. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) - when we stopped at a line end, i.e. a newline or a CR and selective display is on. */ -enum move_it_result +static enum move_it_result move_it_in_display_line_to (it, to_charpos, to_x, op) struct it *it; int to_charpos, to_x, op; -- 2.39.5