From: Daniel Colascione Date: Thu, 15 Feb 2018 22:01:56 +0000 (-0800) Subject: Fix macfont.m dump callback X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2d4586d4671bb145440af9d238a2f147f71b957;p=emacs.git Fix macfont.m dump callback --- diff --git a/src/macfont.m b/src/macfont.m index 8df8f034325..377fc3fa48a 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -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));