# HG changeset patch # User Andreas Schwab # Date 1196613065 0 # Node ID 5e49a450f62d670a3d94e4741d1d301937fa45d2 # Parent 3d8189799081a6ad688185cc738b500fde7c3891 (back_to_previous_visible_line_start): Fix type of beg and end. diff -r 3d8189799081 -r 5e49a450f62d src/xdisp.c --- 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 */