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
9d1ec831
Commit
9d1ec831
authored
Apr 29, 1998
by
Andreas Schwab
Browse files
(make_window): Initialize last_point field.
parent
1d9f9f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/window.c
src/window.c
+1
-0
No files found.
src/window.c
View file @
9d1ec831
...
...
@@ -164,6 +164,7 @@ make_window ()
XSETFASTINT
(
p
->
height
,
0
);
XSETFASTINT
(
p
->
width
,
0
);
XSETFASTINT
(
p
->
hscroll
,
0
);
XSETFASTINT
(
p
->
last_point
,
0
);
XSETFASTINT
(
p
->
last_point_x
,
0
);
XSETFASTINT
(
p
->
last_point_y
,
0
);
p
->
start
=
Fmake_marker
();
...
...
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