From 166253cb39ccddfdd1621b4ec4864685302a8a0a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 8 Oct 2001 22:33:43 +0000 Subject: [PATCH] (handle_fontified_prop): Don't bind after-change-functions. --- src/ChangeLog | 4 ++++ src/xdisp.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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); -- 2.39.2