]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind *package* to emacs for fontification-functions
authorGerd Möllmann <gerd@gnu.org>
Tue, 3 Oct 2023 11:54:31 +0000 (13:54 +0200)
committerGerd Möllmann <gerd@gnu.org>
Tue, 3 Oct 2023 11:54:31 +0000 (13:54 +0200)
src/xdisp.c

index f1980c4f20cce8aeb9ec7010e93ae4568869b56d..2322ccc256a3bf28f6dbebc11bbc9c0559697d9b 100644 (file)
@@ -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);