diff options
author | Alan Third <alan@idiocy.org> | 2017-12-16 17:02:15 +0000 |
---|---|---|
committer | Alan Third <alan@idiocy.org> | 2017-12-16 17:04:58 +0000 |
commit | a4f220d09b12b9bb4819949902ec4156ea2c385f (patch) | |
tree | 10597385cf31ad027cdf4a9466736aed9ff45472 /lisp/term | |
parent | 95e7195f0d2a30beb2aaa0c324dd6049a168ba5b (diff) | |
download | emacs-a4f220d09b12b9bb4819949902ec4156ea2c385f.tar.gz |
Use utf-8-hfs-unix on macOS (Bug#29712)
* lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/ns-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 82041a665d5..d512e8e506f 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -354,7 +354,7 @@ See `ns-insert-working-text'." ;; Used prior to Emacs 25. (define-coding-system-alias 'utf-8-nfd 'utf-8-hfs) - (set-file-name-coding-system 'utf-8-hfs)) + (set-file-name-coding-system 'utf-8-hfs-unix)) ;;;; Inter-app communications support. |