Mercurial > emacs
changeset 43719:b563e073ebda
(hscroll_margin): Change to EMACS_INT.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 05 Mar 2002 10:51:20 +0000 |
parents | a0a080bce514 |
children | 5039537d202a |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;