1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 18:01:13 -08:00

(handle_fontified_prop): Don't bind after-change-functions.

This commit is contained in:
Stefan Monnier 2001-10-08 22:33:43 +00:00
parent 3b8c60f18c
commit 166253cb39
2 changed files with 4 additions and 1 deletions

View 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).

View 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);