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
c82c1da0
Commit
c82c1da0
authored
Aug 07, 1995
by
Karl Heuer
Browse files
(signal_before_change, signal_after_change): Fix
spelling of Vbefore_change_functions and Vafter_change_functions.
parent
6e951728
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/insdel.c
src/insdel.c
+4
-4
No files found.
src/insdel.c
View file @
c82c1da0
...
...
@@ -774,8 +774,8 @@ signal_before_change (start, end)
That way, if there's an error in them, they will stay nil. */
before_change_functions
=
Vbefore_change_functions
;
after_change_functions
=
Vafter_change_functions
;
Vbefore_change_function
=
Qnil
;
Vafter_change_function
=
Qnil
;
Vbefore_change_function
s
=
Qnil
;
Vafter_change_function
s
=
Qnil
;
GCPRO2
(
before_change_functions
,
after_change_functions
);
/* Actually run the hook functions. */
...
...
@@ -827,8 +827,8 @@ signal_after_change (pos, lendel, lenins)
That way, if there's an error in them, they will stay nil. */
before_change_functions
=
Vbefore_change_functions
;
after_change_functions
=
Vafter_change_functions
;
Vbefore_change_function
=
Qnil
;
Vafter_change_function
=
Qnil
;
Vbefore_change_function
s
=
Qnil
;
Vafter_change_function
s
=
Qnil
;
GCPRO2
(
before_change_functions
,
after_change_functions
);
/* Actually run the hook functions. */
...
...
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