comparison src/xdisp.c @ 43719:b563e073ebda

(hscroll_margin): Change to EMACS_INT.
author Andreas Schwab <schwab@suse.de>
date Tue, 05 Mar 2002 10:51:20 +0000
parents f92c4d87863a
children e959a4317633
comparison
equal deleted inserted replaced
43718:a0a080bce514 43719:b563e073ebda
1 /* Display generation from window structure and buffer text. 1 /* Display generation from window structure and buffer text.
2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 99, 2000, 2001 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 99, 2000, 2001, 2002
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
582 582
583 int automatic_hscrolling_p; 583 int automatic_hscrolling_p;
584 584
585 /* How close to the margin can point get before the window is scrolled 585 /* How close to the margin can point get before the window is scrolled
586 horizontally. */ 586 horizontally. */
587 int hscroll_margin; 587 EMACS_INT hscroll_margin;
588 588
589 /* How much to scroll horizontally when point is inside the above margin. */ 589 /* How much to scroll horizontally when point is inside the above margin. */
590 Lisp_Object Vhscroll_step; 590 Lisp_Object Vhscroll_step;
591 591
592 /* A list of symbols, one for each supported image type. */ 592 /* A list of symbols, one for each supported image type. */