diff options
| author | Glenn Morris <rgm@gnu.org> | 2020-09-12 13:37:23 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-12 13:37:31 +0200 |
| commit | a4bfb0bc5c14e002c0926fc320aeb4a3fc261447 (patch) | |
| tree | cf63b53096eff39fdf8a6cd8041dcd8f181c40b5 /lisp/mail/sendmail.el | |
| parent | b9db19b23a12c1c8c2160a0e86d487a71f026e6b (diff) | |
| download | emacs-a4bfb0bc5c14e002c0926fc320aeb4a3fc261447.tar.gz | |
Default Emacs to UTF-8 instead of Latin-1
* doc/emacs/mule.texi (File Name Coding): Document it.
* lisp/international/mule-cmds.el (reset-language-environment):
Default to utf-8 instead of latin-1.
* lisp/mail/sendmail.el (default-sendmail-coding-system): Ditto.
* lisp/mh-e/mh-comp.el (mh-send-letter): Ditto.
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index dd6eecbfd09..7610939e575 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -975,7 +975,7 @@ but lower priority than the local value of `buffer-file-coding-system'. See also the function `select-message-coding-system'.") ;;;###autoload -(defvar default-sendmail-coding-system 'iso-latin-1 +(defvar default-sendmail-coding-system 'utf-8 "Default coding system for encoding the outgoing mail. This variable is used only when `sendmail-coding-system' is nil. |
