emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3fd369b: Fix previous change: use correct pdumper f


From: Daniel Colascione
Subject: [Emacs-diffs] master 3fd369b: Fix previous change: use correct pdumper function
Date: Wed, 16 Jan 2019 14:44:57 -0500 (EST)

branch: master
commit 3fd369becdc3854e8d81b25b2241e2cd252eea16
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Fix previous change: use correct pdumper function
---
 src/coding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coding.c b/src/coding.c
index 441c85f..6de8dcd 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -11319,7 +11319,7 @@ internal character representation.  */);
 #endif
   staticpro (&system_eol_type);
 
-  pdumper_do_now_and_after_load_impl (reset_coding_after_pdumper_load);
+  pdumper_do_now_and_after_load (reset_coding_after_pdumper_load);
 }
 
 static void



reply via email to

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