]> git.eshelyaron.com Git - emacs.git/commit
Fix crash in charset detection after pdumper load
authorDaniel Colascione <dancol@dancol.org>
Wed, 16 Jan 2019 19:37:21 +0000 (14:37 -0500)
committerDaniel Colascione <dancol@dancol.org>
Wed, 16 Jan 2019 19:37:28 +0000 (14:37 -0500)
commitece563e8eda4aac77923df13c5e8e8032c69b9b3
treec596f0ea3097defa9c812d63e8d448d61954b0d2
parent8bf51c380acc04f25fba8f8aa3d1cc08b45f3e69
Fix crash in charset detection after pdumper load

* src/coding.c:
(reset_coding_after_pdumper_load): new function re-init character
classes after pdumper load.
(syms_of_coding): Call it.
src/coding.c