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
0dc6f165
Commit
0dc6f165
authored
Sep 02, 1996
by
Richard M. Stallman
Browse files
(reset_buffer): Initialize last_selected_window slot.
parent
519052f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
0dc6f165
...
...
@@ -471,7 +471,7 @@ reset_buffer (b)
b->mark_active = Qnil;
b->point_before_scroll = Qnil;
b->file_format = Qnil;
b->
extra1
= Qnil;
b->
last_selected_window
= Qnil;
b->extra2 = Qnil;
b->extra3 = Qnil;
}
...
...
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