]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fscroll_right): Fix last change.
authorAndreas Schwab <schwab@suse.de>
Tue, 2 Nov 2004 14:42:40 +0000 (14:42 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 2 Nov 2004 14:42:40 +0000 (14:42 +0000)
src/ChangeLog
src/window.c

index 2456e6ed13a254b6e74e2a13624be757839ba24f..f4cb2e518be82cf90af4b442d8b22781517638ed 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-02  Andreas Schwab  <schwab@suse.de>
+
+       * window.c (Fscroll_right): Fix last change.
+
 2004-11-02  Kim F. Storm  <storm@cua.dk>
 
        * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
index 396d3e7330cfadb775157499adda0902cd9a1501..aae7a9f951ec2d15125c9efc2cadedf91002c642 100644 (file)
@@ -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;