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
1c686c99
Commit
1c686c99
authored
Feb 16, 2001
by
Gerd Moellmann
Browse files
(set_window_buffer): Fix last change.
parent
25237df5
Changes
1
Show 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 @
1c686c99
...
...
@@ -2626,7 +2626,7 @@ set_window_buffer (window, buffer, run_hooks_p)
XSETFASTINT
(
w
->
window_end_vpos
,
0
);
bzero
(
&
w
->
last_cursor
,
sizeof
w
->
last_cursor
);
w
->
window_end_valid
=
Qnil
;
w
->
hscroll
=
w
->
min_h
eight
=
make_number
(
0
);
w
->
hscroll
=
w
->
min_h
scroll
=
make_number
(
0
);
w
->
vscroll
=
make_number
(
0
);
set_marker_both
(
w
->
pointm
,
buffer
,
BUF_PT
(
b
),
BUF_PT_BYTE
(
b
));
set_marker_restricted
(
w
->
start
,
...
...
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