aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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