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
6022d493
Commit
6022d493
authored
Sep 10, 1996
by
Richard M. Stallman
Browse files
(signal_before_change): Fix previous change.
parent
45b248b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/insdel.c
src/insdel.c
+2
-2
No files found.
src/insdel.c
View file @
6022d493
...
...
@@ -782,8 +782,8 @@ prepare_to_modify_buffer (start, end)
START_INT and END_INT are the bounds of the text to be changed. */
void
signal_before_change
(
start
,
end
)
int
start_int
,
end_
end
;
signal_before_change
(
start
_int
,
end
_int
)
int
start_int
,
end_
int
;
{
Lisp_Object
start
,
end
;
...
...
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