changeset 91160:5e49a450f62d

(back_to_previous_visible_line_start): Fix type of beg and end.
author Andreas Schwab <schwab@suse.de>
date Sun, 02 Dec 2007 16:31:05 +0000
parents 3d8189799081
children abe54c5d3a9b
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sat Dec 01 16:03:37 2007 +0000
+++ b/src/xdisp.c	Sun Dec 02 16:31:05 2007 +0000
@@ -5408,7 +5408,7 @@
       {
 	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 */