default-sendmail-coding-system too.
+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.
(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,