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:
parent
42e91b78d9
commit
a93563fdf6
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user