aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Third2017-12-16 17:02:15 +0000
committerAlan Third2017-12-16 17:04:58 +0000
commita4f220d09b12b9bb4819949902ec4156ea2c385f (patch)
tree10597385cf31ad027cdf4a9466736aed9ff45472
parent95e7195f0d2a30beb2aaa0c324dd6049a168ba5b (diff)
downloademacs-a4f220d09b12b9bb4819949902ec4156ea2c385f.tar.gz
emacs-a4f220d09b12b9bb4819949902ec4156ea2c385f.zip
Use utf-8-hfs-unix on macOS (Bug#29712)
* lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs.
-rw-r--r--lisp/term/ns-win.el2
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'."
354 ;; Used prior to Emacs 25. 354 ;; Used prior to Emacs 25.
355 (define-coding-system-alias 'utf-8-nfd 'utf-8-hfs) 355 (define-coding-system-alias 'utf-8-nfd 'utf-8-hfs)
356 356
357 (set-file-name-coding-system 'utf-8-hfs)) 357 (set-file-name-coding-system 'utf-8-hfs-unix))
358 358
359;;;; Inter-app communications support. 359;;;; Inter-app communications support.
360 360