aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
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/window.c
parent42e91b78d9f873e213ba4a891d2d401124295b4c (diff)
downloademacs-a93563fdf6e092e33f9f54b6e0103115b13aff33.tar.gz
emacs-a93563fdf6e092e33f9f54b6e0103115b13aff33.zip
(Fscroll_right): Fix last change.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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;