]> git.eshelyaron.com Git - emacs.git/commit
Fix setup of coding-systems on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Jan 2025 05:56:27 +0000 (07:56 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 5 Jan 2025 12:18:50 +0000 (13:18 +0100)
commitb3bc6c8d5a7d869f4bdf573947ae91e00b15cd8e
treed2d571b0ddb50a472972bf8c57427bbe6b206932
parent3779d7533b2e298e5d4a6528b8ce936af8622fa7
Fix setup of coding-systems on MS-Windows

* src/emacs.c (main) [HAVE_PDUMPER] [WINDOWSNT]: Call
'w32_init_file_name_codepage' again after loading the pdumper
file.
* src/w32.c (w32_init_file_name_codepage) [HAVE_PDUMPER]:
Reinitialize additional variables.  (Bug#75207)

(cherry picked from commit cc5cd4de93d1e5ba205cbf0c370aef4559bc342b)
src/emacs.c
src/w32.c