(handle_fontified_prop): Don't bind after-change-functions.
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user