Mercurial > emacs
changeset 57898:f85e0cc87926
(Fscroll_right): Fix last change.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 02 Nov 2004 14:41:24 +0000 |
parents | cfdea10a0518 |
children | 8607bae8d630 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Nov 02 14:18:10 2004 +0000 +++ b/src/window.c Tue Nov 02 14:41:24 2004 +0000 @@ -5038,7 +5038,7 @@ will not scroll a window to a column less than the value returned by this function. This happens in an interactive call. */) (arg, set_minimum) - register Lisp_Object arg; + register Lisp_Object arg, set_minimum; { Lisp_Object result; int hscroll;