From a93563fdf6e092e33f9f54b6e0103115b13aff33 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 2 Nov 2004 14:42:40 +0000 Subject: [PATCH] (Fscroll_right): Fix last change. --- src/ChangeLog | 4 ++++ src/window.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2456e6ed13a..f4cb2e518be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Andreas Schwab + + * window.c (Fscroll_right): Fix last change. + 2004-11-02 Kim F. Storm * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h. diff --git a/src/window.c b/src/window.c index 396d3e7330c..aae7a9f951e 100644 --- a/src/window.c +++ b/src/window.c @@ -5038,7 +5038,7 @@ lower bound for automatic scrolling, i.e. automatic scrolling 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;