(set-locale-environment): Set

default-sendmail-coding-system too.
This commit is contained in:
Kenichi Handa 2006-12-13 07:04:32 +00:00
parent 16e62ecc3d
commit 218e7ce3da
2 changed files with 8 additions and 0 deletions

View 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.

View 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,