Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80622eec
Commit
80622eec
authored
Oct 12, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdelete_other_windows): Set w->force_start.
parent
e91b8e7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/window.c
src/window.c
+4
-1
No files found.
src/window.c
View file @
80622eec
...
...
@@ -1543,6 +1543,9 @@ value is reasonable when this function is called.")
w
->
start_at_line_beg
=
((
pos
.
bufpos
==
BEGV
||
FETCH_CHAR
(
pos
.
bufpos
-
1
)
==
'\n'
)
?
Qt
:
Qnil
);
/* We need to do this, so that the window-scroll-functions
get called. */
w
->
force_start
=
Qt
;
set_buffer_internal
(
obuf
);
}
...
...
@@ -2548,7 +2551,7 @@ window_scroll (window, n, noerror)
Lisp_Object
bolp
,
nmoved
;
/* Always set force_start so that redisplay_window will run
thw window-s
tart
-functions. */
thw window-s
croll
-functions. */
w
->
force_start
=
Qt
;
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