changeset 55028:0f5f3d0c5f4c

(Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
author Kim F. Storm <storm@cua.dk>
date Tue, 20 Apr 2004 22:18:43 +0000
parents 91ab946dfd86
children 01ecdd56871c
files src/window.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Tue Apr 20 22:18:33 2004 +0000
+++ b/src/window.h	Tue Apr 20 22:18:43 2004 +0000
@@ -320,7 +320,7 @@
     |  |   +--------------------------- LEFT_MARGIN_COLS
     |  +------------------------------- LEFT_FRINGE_WIDTH
     +---------------------------------- LEFT_SCROLL_BAR_COLS
-    
+
 */
 
 
@@ -767,8 +767,8 @@
 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);