mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(set-locale-environment): Set
default-sendmail-coding-system too.
This commit is contained in:
parent
16e62ecc3d
commit
218e7ce3da
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue