]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 44fdddcf5b97b55eb19c518ba6f0c9102ba13970..978f7ee5a83789d9a32075896701889891aa4a27 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 cb092ccfe00aa4507d7fbf0bef8cec2a687d00e2..f1006578c5a0e0c959076449293e1409194c1c04 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);