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
069cdc4f
Commit
069cdc4f
authored
Jan 27, 1995
by
Richard M. Stallman
Browse files
(modify_region): Clear point_before_scroll field.
parent
b6a0ebc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/insdel.c
src/insdel.c
+2
-0
No files found.
src/insdel.c
View file @
069cdc4f
...
...
@@ -676,6 +676,8 @@ modify_region (buffer, start, end)
record_first_change
();
MODIFF
++
;
buffer
->
point_before_scroll
=
Qnil
;
if
(
buffer
!=
old_buffer
)
set_buffer_internal
(
old_buffer
);
}
...
...
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