From: Gerd Möllmann Date: Tue, 3 Oct 2023 11:54:31 +0000 (+0200) Subject: Bind *package* to emacs for fontification-functions X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a74d63d871e12beb8bfb2d075654b894560f2b9f;p=emacs.git Bind *package* to emacs for fontification-functions --- diff --git a/src/xdisp.c b/src/xdisp.c index f1980c4f20c..2322ccc256a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4573,6 +4573,7 @@ handle_fontified_prop (struct it *it) val = Vfontification_functions; specbind (Qfontification_functions, Qnil); + specbind (Qearmuffs_package, Vemacs_package); eassert (it->end_charpos == ZV);