Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
166a4263
Commit
166a4263
authored
Apr 10, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(internal_self_insert): Test Vafter_change_functions,
Vbefore_change_functions.
parent
e45fb8bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/cmds.c
src/cmds.c
+2
-1
No files found.
src/cmds.c
View file @
166a4263
...
...
@@ -298,7 +298,8 @@ internal_self_insert (c1, noautofill)
Lisp_Object
overwrite
;
overwrite
=
current_buffer
->
overwrite_mode
;
if
(
!
NILP
(
Vbefore_change_function
)
||
!
NILP
(
Vafter_change_function
))
if
(
!
NILP
(
Vbefore_change_function
)
||
!
NILP
(
Vafter_change_function
)
||
!
NILP
(
Vbefore_change_functions
)
||
!
NILP
(
Vafter_change_functions
))
hairy
=
1
;
if
(
!
NILP
(
overwrite
)
...
...
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