emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a4f220d 2/2: Use utf-8-hfs-unix on macOS (Bug#29712


From: Alan Third
Subject: [Emacs-diffs] master a4f220d 2/2: Use utf-8-hfs-unix on macOS (Bug#29712)
Date: Sat, 16 Dec 2017 12:05:51 -0500 (EST)

branch: master
commit a4f220d09b12b9bb4819949902ec4156ea2c385f
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Use utf-8-hfs-unix on macOS (Bug#29712)
    
    * lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs.
---
 lisp/term/ns-win.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 82041a6..d512e8e 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]