(internal_self_insert): Test Vafter_change_functions,
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 1994 02:34:21 +0000 (02:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 1994 02:34:21 +0000 (02:34 +0000)
Vbefore_change_functions.

src/cmds.c

index b6411d4..99035c3 100644 (file)
@@ -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)