Mercurial > emacs
changeset 6788:4c912c5779f5
(internal_self_insert): Test Vafter_change_functions,
Vbefore_change_functions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Apr 1994 02:34:21 +0000 |
parents | 4fcd24cee757 |
children | 67bb36e8e602 |
files | src/cmds.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cmds.c Sun Apr 10 02:34:02 1994 +0000 +++ b/src/cmds.c Sun Apr 10 02:34:21 1994 +0000 @@ -298,7 +298,8 @@ 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)