1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(Fscroll_right): Fix last change.

This commit is contained in:
Andreas Schwab 2004-11-02 14:42:40 +00:00
parent 42e91b78d9
commit a93563fdf6
2 changed files with 5 additions and 1 deletions

View 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.

View 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;