Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b4d57b9d
Commit
b4d57b9d
authored
Jan 12, 1996
by
Erik Naggum
Browse files
(window_scroll): Fix typo in comment.
parent
e6cbea31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/window.c
src/window.c
+1
-1
No files found.
src/window.c
View file @
b4d57b9d
...
@@ -2634,7 +2634,7 @@ window_scroll (window, n, noerror)
...
@@ -2634,7 +2634,7 @@ window_scroll (window, n, noerror)
Lisp_Object
bolp
,
nmoved
;
Lisp_Object
bolp
,
nmoved
;
/* Always set force_start so that redisplay_window will run
/* Always set force_start so that redisplay_window will run
th
w
window-scroll-functions. */
th
e
window-scroll-functions. */
w
->
force_start
=
Qt
;
w
->
force_start
=
Qt
;
XSETFASTINT
(
tem
,
PT
);
XSETFASTINT
(
tem
,
PT
);
...
...
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