From b2d4586d4671bb145440af9d238a2f147f71b957 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Thu, 15 Feb 2018 14:01:56 -0800 Subject: [PATCH] Fix macfont.m dump callback --- src/macfont.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5