]> git.eshelyaron.com Git - emacs.git/commit
Fix expansion of non-ASCII $HOME
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Sep 2021 15:49:01 +0000 (18:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Sep 2021 15:49:01 +0000 (18:49 +0300)
commit3d264907497d1f536a4a36e95a89c15e280bca7b
tree3f03e680a266c0a659d868bb9e717ae8108e4cd5
parent110db95e13535cb6b364ac9ca3490dca7ea9ac50
Fix expansion of non-ASCII $HOME

* src/fileio.c (Fexpand_file_name): Make the file name multibyte
if the value of $HOME is multibyte.  (Bug#50266)
src/fileio.c