changeset 39708:dae975f461fa

(handle_fontified_prop): Don't bind after-change-functions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 22:32:15 +0000
parents 9507748aa178
children 3c36ec9a8c27
files src/xdisp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Mon Oct 08 16:37:44 2001 +0000
+++ b/src/xdisp.c	Mon Oct 08 22:32:15 2001 +0000
@@ -2203,7 +2203,6 @@
 
       val = Vfontification_functions;
       specbind (Qfontification_functions, Qnil);
-      specbind (Qafter_change_functions, Qnil);
   
       if (!CONSP (val) || EQ (XCAR (val), Qlambda))
 	safe_call1 (val, pos);