# HG changeset patch # User Andreas Schwab # Date 1015325480 0 # Node ID b563e073ebda2158f107025c78bea934d197b86c # Parent a0a080bce514b75f6b74a05ed22aba970d16e9dc (hscroll_margin): Change to EMACS_INT. diff -r a0a080bce514 -r b563e073ebda src/xdisp.c --- a/src/xdisp.c Tue Mar 05 10:42:45 2002 +0000 +++ b/src/xdisp.c Tue Mar 05 10:51:20 2002 +0000 @@ -1,5 +1,5 @@ /* Display generation from window structure and buffer text. - Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 99, 2000, 2001 + Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 99, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -584,7 +584,7 @@ /* How close to the margin can point get before the window is scrolled horizontally. */ -int hscroll_margin; +EMACS_INT hscroll_margin; /* How much to scroll horizontally when point is inside the above margin. */ Lisp_Object Vhscroll_step;