]> git.eshelyaron.com Git - emacs.git/commitdiff
(back_to_previous_visible_line_start): Fix type of beg
authorAndreas Schwab <schwab@suse.de>
Sun, 2 Dec 2007 16:31:05 +0000 (16:31 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 2 Dec 2007 16:31:05 +0000 (16:31 +0000)
and end.

src/xdisp.c

index 0470cbd2ff31e0406398240e1ca44fd654a2819a..8ae136c9f756a3451428e272fdfa64bc94c0a9c9 100644 (file)
@@ -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 */