aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 80400ddfc85..e507254f8c0 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5801,7 +5801,7 @@ If there is only one window, it is split regardless of this value.");
5801 5801
5802 DEFVAR_LISP ("scroll-preserve-screen-position", 5802 DEFVAR_LISP ("scroll-preserve-screen-position",
5803 &Vscroll_preserve_screen_position, 5803 &Vscroll_preserve_screen_position,
5804 "*Nonzero means scroll commands move point to keep its screen line unchanged."); 5804 "*Non-nil means scroll commands move point to keep its screen line unchanged.");
5805 Vscroll_preserve_screen_position = Qnil; 5805 Vscroll_preserve_screen_position = Qnil;
5806 5806
5807 DEFVAR_LISP ("window-configuration-change-hook", 5807 DEFVAR_LISP ("window-configuration-change-hook",