emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] pdumper b2d4586: Fix macfont.m dump callback


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper b2d4586: Fix macfont.m dump callback
Date: Thu, 15 Feb 2018 17:02:02 -0500 (EST)

branch: pdumper
commit b2d4586d4671bb145440af9d238a2f147f71b957
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    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 8df8f03..377fc3f 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));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]