(handle_fontified_prop): Don't bind after-change-functions.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Oct 2001 22:33:43 +0000 (22:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Oct 2001 22:33:43 +0000 (22:33 +0000)
src/ChangeLog
src/xdisp.c

index 44fdddc..978f7ee 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * xdisp.c (handle_fontified_prop): Don't bind after-change-functions.
+
 2001-10-08  Sam Steingold  <sds@gnu.org>
 
        * keymap.c (current-active-maps): Quote newlines (compilation error).
index cb092cc..f100657 100644 (file)
@@ -2203,7 +2203,6 @@ handle_fontified_prop (it)
 
       val = Vfontification_functions;
       specbind (Qfontification_functions, Qnil);
-      specbind (Qafter_change_functions, Qnil);
   
       if (!CONSP (val) || EQ (XCAR (val), Qlambda))
        safe_call1 (val, pos);