aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/window.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2456e6ed13a..f4cb2e518be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-11-02 Andreas Schwab <schwab@suse.de>
2
3 * window.c (Fscroll_right): Fix last change.
4
12004-11-02 Kim F. Storm <storm@cua.dk> 52004-11-02 Kim F. Storm <storm@cua.dk>
2 6
3 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h. 7 * 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
5038will not scroll a window to a column less than the value returned 5038will not scroll a window to a column less than the value returned
5039by this function. This happens in an interactive call. */) 5039by this function. This happens in an interactive call. */)
5040 (arg, set_minimum) 5040 (arg, set_minimum)
5041 register Lisp_Object arg; 5041 register Lisp_Object arg, set_minimum;
5042{ 5042{
5043 Lisp_Object result; 5043 Lisp_Object result;
5044 int hscroll; 5044 int hscroll;