diff options
| author | Daniel Colascione | 2019-01-16 14:44:45 -0500 |
|---|---|---|
| committer | Daniel Colascione | 2019-01-16 14:44:45 -0500 |
| commit | 3fd369becdc3854e8d81b25b2241e2cd252eea16 (patch) | |
| tree | f4ae51cb47ba9a74a7d140fd3ba62c2d61ddc91d /src/coding.c | |
| parent | ece563e8eda4aac77923df13c5e8e8032c69b9b3 (diff) | |
| download | emacs-3fd369becdc3854e8d81b25b2241e2cd252eea16.tar.gz emacs-3fd369becdc3854e8d81b25b2241e2cd252eea16.zip | |
Fix previous change: use correct pdumper function
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 441c85f81a3..6de8dcd1ffe 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -11319,7 +11319,7 @@ internal character representation. */); | |||
| 11319 | #endif | 11319 | #endif |
| 11320 | staticpro (&system_eol_type); | 11320 | staticpro (&system_eol_type); |
| 11321 | 11321 | ||
| 11322 | pdumper_do_now_and_after_load_impl (reset_coding_after_pdumper_load); | 11322 | pdumper_do_now_and_after_load (reset_coding_after_pdumper_load); |
| 11323 | } | 11323 | } |
| 11324 | 11324 | ||
| 11325 | static void | 11325 | static void |