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
6b448755
Commit
6b448755
authored
Apr 22, 2002
by
Richard M. Stallman
Browse files
(make_window): Initialize height_fixed_p,
last_cursor_off_p, and p->cursor_off_p slots.
parent
e5ba1eb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/window.c
src/window.c
+2
-0
No files found.
src/ChangeLog
View file @
6b448755
2002-04-22 Richard M. Stallman <rms@gnu.org>
* window.c (make_window): Initialize height_fixed_p,
last_cursor_off_p, and p->cursor_off_p slots.
2002-04-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* fns.c (use-dialog-box): Doc fix.
...
...
src/window.c
View file @
6b448755
...
...
@@ -287,6 +287,8 @@ make_window ()
XSETWINDOW (val, p);
XSETFASTINT (p->last_point, 0);
p->frozen_window_start_p = 0;
p->height_fixed_p = 0;
p->last_cursor_off_p = p->cursor_off_p = 0;
Vwindow_list = Qnil;
return val;
...
...
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