diff src/window.c @ 57898:f85e0cc87926

(Fscroll_right): Fix last change.
author Andreas Schwab <schwab@suse.de>
date Tue, 02 Nov 2004 14:41:24 +0000
parents b3e916ae83ea
children 49b5dabf0ccc 7a0245dd1848 e24e2e78deda
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;