Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0c38d63
Commit
d0c38d63
authored
Nov 09, 2004
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix commentary.
parent
eb943af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/window.c
src/window.c
+2
-2
No files found.
src/window.c
View file @
d0c38d63
...
...
@@ -204,7 +204,7 @@ static int window_initialized;
Lisp_Object
Qwindow_configuration_change_hook
;
Lisp_Object
Vwindow_configuration_change_hook
;
/* Non
zero
means scroll commands try to put point
/* Non
-nil
means scroll commands try to put point
at the same screen height as previously. */
Lisp_Object
Vscroll_preserve_screen_position
;
...
...
@@ -4523,7 +4523,7 @@ window_scroll_pixel_based (window, n, whole, noerror)
start
=
it
.
current
.
pos
;
}
/* If scroll_preserve_screen_position is non-
zero
, we try to set
/* If scroll_preserve_screen_position is non-
nil
, we try to set
point in the same window line as it is now, so get that line. */
if
(
!
NILP
(
Vscroll_preserve_screen_position
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment