aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2004-11-02 14:42:40 +0000
committerAndreas Schwab2004-11-02 14:42:40 +0000
commita93563fdf6e092e33f9f54b6e0103115b13aff33 (patch)
tree6af0901805d5daa2edbb10500066842f98ec9c49 /src
parent42e91b78d9f873e213ba4a891d2d401124295b4c (diff)
downloademacs-a93563fdf6e092e33f9f54b6e0103115b13aff33.tar.gz
emacs-a93563fdf6e092e33f9f54b6e0103115b13aff33.zip
(Fscroll_right): Fix last change.
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;