Mercurial > emacs
changeset 25693:b12ed057020a
(move_it_in_display_line_to): Make type consistent with declaration.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 13 Sep 1999 19:15:41 +0000 |
parents | 121bd925411f |
children | 475a9b6bd640 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Mon Sep 13 19:10:19 1999 +0000 +++ b/src/xdisp.c Mon Sep 13 19:15:41 1999 +0000 @@ -3974,7 +3974,7 @@ - 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;