]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix macfont.m dump callback
authorDaniel Colascione <dancol@dancol.org>
Thu, 15 Feb 2018 22:01:56 +0000 (14:01 -0800)
committerDaniel Colascione <dancol@dancol.org>
Thu, 15 Feb 2018 22:01:56 +0000 (14:01 -0800)
src/macfont.m

index 8df8f034325524e4176a1a6d9e787cde97ce92e1..377fc3fa48ac0eaf8e0919374c88c2109837d4d7 100644 (file)
@@ -4060,7 +4060,7 @@ syms_of_macfont (void)
 static void
 syms_of_macfont_for_pdumper (void)
 {
-  if (RESTORING_FROM_DUMP)
+  if (dumped_with_pdumper_p ())
     macfont_family_cache = Qnil;
   else
     eassert (NILP (macfont_family_cache));