emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b04fa19: ; * lisp/international/mule-cmds.el (reset


From: Glenn Morris
Subject: [Emacs-diffs] master b04fa19: ; * lisp/international/mule-cmds.el (reset-language-environment): Comment.
Date: Fri, 16 Feb 2018 21:58:02 -0500 (EST)

branch: master
commit b04fa19119c6db126bf0f80a1d610e21a7a27c23
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * lisp/international/mule-cmds.el (reset-language-environment): Comment.
---
 lisp/international/mule-cmds.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 3468166..f737869 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1795,6 +1795,9 @@ The default status is as follows:
   (setq default-sendmail-coding-system 'iso-latin-1)
   ;; On Darwin systems, this should be utf-8-unix, but when this file is loaded
   ;; that is not yet defined, so we set it in set-locale-environment instead.
+  ;; [Actually, it seems to work fine to use utf-8-unix here, and not just
+  ;; on Darwin.  The previous comment seems to be outdated?
+  ;; See patch at https://debbugs.gnu.org/15803 ]
   (setq default-file-name-coding-system 'iso-latin-1-unix)
   ;; Preserve eol-type from existing default-process-coding-systems.
   ;; On non-unix-like systems in particular, these may have been set



reply via email to

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