aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.h b/src/window.h
index c665e9921c6..1e53ae659cb 100644
--- a/src/window.h
+++ b/src/window.h
@@ -1,5 +1,5 @@
1/* Window definitions for GNU Emacs. 1/* Window definitions for GNU Emacs.
2 Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, 2003 2 Copyright (C) 1985,86,93,95,97,98,99, 2000,01,03,04
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -320,7 +320,7 @@ struct window
320 | | +--------------------------- LEFT_MARGIN_COLS 320 | | +--------------------------- LEFT_MARGIN_COLS
321 | +------------------------------- LEFT_FRINGE_WIDTH 321 | +------------------------------- LEFT_FRINGE_WIDTH
322 +---------------------------------- LEFT_SCROLL_BAR_COLS 322 +---------------------------------- LEFT_SCROLL_BAR_COLS
323 323
324*/ 324*/
325 325
326 326
@@ -767,8 +767,8 @@ EXFUN (Fdisplay_buffer, 3);
767EXFUN (Fset_window_buffer, 3); 767EXFUN (Fset_window_buffer, 3);
768EXFUN (Fset_window_hscroll, 2); 768EXFUN (Fset_window_hscroll, 2);
769EXFUN (Fwindow_hscroll, 1); 769EXFUN (Fwindow_hscroll, 1);
770EXFUN (Fset_window_vscroll, 2); 770EXFUN (Fset_window_vscroll, 3);
771EXFUN (Fwindow_vscroll, 1); 771EXFUN (Fwindow_vscroll, 2);
772EXFUN (Fset_window_margins, 3); 772EXFUN (Fset_window_margins, 3);
773EXFUN (Fwindow_live_p, 1); 773EXFUN (Fwindow_live_p, 1);
774EXFUN (Fset_window_point, 2); 774EXFUN (Fset_window_point, 2);