From: Stefan Monnier Date: Mon, 8 Oct 2001 22:33:43 +0000 (+0000) Subject: (handle_fontified_prop): Don't bind after-change-functions. X-Git-Tag: ttn-vms-21-2-B4~19630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=166253cb39ccddfdd1621b4ec4864685302a8a0a;p=emacs.git (handle_fontified_prop): Don't bind after-change-functions. --- diff --git a/src/ChangeLog b/src/ChangeLog index 44fdddcf5b9..978f7ee5a83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Stefan Monnier + + * xdisp.c (handle_fontified_prop): Don't bind after-change-functions. + 2001-10-08 Sam Steingold * keymap.c (current-active-maps): Quote newlines (compilation error). diff --git a/src/xdisp.c b/src/xdisp.c index cb092ccfe00..f1006578c5a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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);