]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
authorKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:18:43 +0000 (22:18 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:18:43 +0000 (22:18 +0000)
src/window.h

index c665e9921c6d374d08470aee0b4c3fdb842d6aff..ab79b0eaad98c1794bd6bef13c807a9a5601b5ea 100644 (file)
@@ -320,7 +320,7 @@ struct window
     |  |   +--------------------------- LEFT_MARGIN_COLS
     |  +------------------------------- LEFT_FRINGE_WIDTH
     +---------------------------------- LEFT_SCROLL_BAR_COLS
-    
+
 */
 
 
@@ -767,8 +767,8 @@ EXFUN (Fdisplay_buffer, 3);
 EXFUN (Fset_window_buffer, 3);
 EXFUN (Fset_window_hscroll, 2);
 EXFUN (Fwindow_hscroll, 1);
-EXFUN (Fset_window_vscroll, 2);
-EXFUN (Fwindow_vscroll, 1);
+EXFUN (Fset_window_vscroll, 3);
+EXFUN (Fwindow_vscroll, 2);
 EXFUN (Fset_window_margins, 3);
 EXFUN (Fwindow_live_p, 1);
 EXFUN (Fset_window_point, 2);