From d8a96db85fda3481f4921a073f8ac3a714dc5fc1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 2 Dec 2007 16:31:05 +0000 Subject: [PATCH] (back_to_previous_visible_line_start): Fix type of beg and end. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 0470cbd2ff3..8ae136c9f75 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5408,7 +5408,7 @@ back_to_previous_visible_line_start (it) { struct it it2; int pos; - int beg, end; + EMACS_INT beg, end; Lisp_Object val, overlay; /* If newline is part of a composition, continue from start of composition */ -- 2.39.5