diff options
| author | Kenichi Handa | 2006-12-13 07:04:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-12-13 07:04:32 +0000 |
| commit | 218e7ce3da31b3ff03d06da2a733088ea3a2d6a6 (patch) | |
| tree | 8ee5cf1d651fe818dc60317eb31af81f8cf07410 | |
| parent | 16e62ecc3db9ed1f69f95e65e8d99754531bf28f (diff) | |
| download | emacs-218e7ce3da31b3ff03d06da2a733088ea3a2d6a6.tar.gz emacs-218e7ce3da31b3ff03d06da2a733088ea3a2d6a6.zip | |
(set-locale-environment): Set
default-sendmail-coding-system too.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7855aa64349..d7d7529c315 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-13 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (set-locale-environment): Set | ||
| 4 | default-sendmail-coding-system too. | ||
| 5 | |||
| 1 | 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu> | 6 | 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu> |
| 2 | 7 | ||
| 3 | * progmodes/idlw-help.el: Fixed copyright notice. | 8 | * progmodes/idlw-help.el: Fixed copyright notice. |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 752691e7202..4b415baf5fa 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -2598,6 +2598,9 @@ See also `locale-charset-language-names', `locale-language-names', | |||
| 2598 | (not (coding-system-equal coding-system | 2598 | (not (coding-system-equal coding-system |
| 2599 | locale-coding-system))) | 2599 | locale-coding-system))) |
| 2600 | (prefer-coding-system coding-system) | 2600 | (prefer-coding-system coding-system) |
| 2601 | ;; Fixme: perhaps prefer-coding-system should set this too. | ||
| 2602 | ;; But it's not the time to do such a fundamental change. | ||
| 2603 | (setq default-sendmail-coding-system coding-system) | ||
| 2601 | (setq locale-coding-system coding-system)))) | 2604 | (setq locale-coding-system coding-system)))) |
| 2602 | 2605 | ||
| 2603 | ;; On Windows, override locale-coding-system, | 2606 | ;; On Windows, override locale-coding-system, |