]> git.eshelyaron.com Git - emacs.git/commit
Correctly encode and decode filenames on NS
authorPo Lu <luangruo@yahoo.com>
Wed, 4 May 2022 07:31:32 +0000 (15:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 4 May 2022 07:31:32 +0000 (15:31 +0800)
commit4c9a7010bc553abb07ccc3c998faff9cf4472ed1
treee3e3dbc518ceb76c676b3238fdf3f480a794e237
parent273b0b95c2e21c0d2e306b497b805e07d64fc5bc
Correctly encode and decode filenames on NS

* src/nsfns.m (Fns_read_file_name): Run dir through ENCODE_FILE
and fname through DECODE_FILE.
src/nsfns.m