]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-locale-environment): Set
authorKenichi Handa <handa@m17n.org>
Wed, 13 Dec 2006 07:04:32 +0000 (07:04 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 13 Dec 2006 07:04:32 +0000 (07:04 +0000)
default-sendmail-coding-system too.

lisp/ChangeLog
lisp/international/mule-cmds.el

index 7855aa64349b92abaf24b00f4e06ab192558b387..d7d7529c31509979867fa961b79e8f5b4e87d7e2 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-13  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (set-locale-environment): Set
+       default-sendmail-coding-system too.
+
 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
 
        * progmodes/idlw-help.el: Fixed copyright notice.
index 752691e72023a08a825c4eeab331d0b516620b3c..4b415baf5faddb70ab2e693b14ad728e533809f9 100644 (file)
@@ -2598,6 +2598,9 @@ See also `locale-charset-language-names', `locale-language-names',
                   (not (coding-system-equal coding-system
                                             locale-coding-system)))
          (prefer-coding-system coding-system)
+         ;; Fixme: perhaps prefer-coding-system should set this too.
+         ;; But it's not the time to do such a fundamental change.
+         (setq default-sendmail-coding-system coding-system)
          (setq locale-coding-system coding-system))))
 
     ;; On Windows, override locale-coding-system,