diff options
| author | Dave Love | 2002-05-14 15:38:09 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-14 15:38:09 +0000 |
| commit | 3724c60036499a8b5a5ffe2b47dea0a8fab3ee71 (patch) | |
| tree | bf414f7db7c03d0347ebf4deda81c1fc96e55ffd | |
| parent | d21363d3e451805ff1e490df04ac86e1e33e9523 (diff) | |
| download | emacs-3724c60036499a8b5a5ffe2b47dea0a8fab3ee71.tar.gz emacs-3724c60036499a8b5a5ffe2b47dea0a8fab3ee71.zip | |
(sendmail-send-it): Use :mime-charset, not
mime-charset.
| -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 4986b75c983..c56b4193da8 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -934,7 +934,7 @@ external program defined by `sendmail-program'." | |||
| 934 | (/= (point) (point-max))) | 934 | (/= (point) (point-max))) |
| 935 | (setq selected-coding (select-message-coding-system)) | 935 | (setq selected-coding (select-message-coding-system)) |
| 936 | (setq charset | 936 | (setq charset |
| 937 | (coding-system-get selected-coding 'mime-charset)) | 937 | (coding-system-get selected-coding :mime-charset)) |
| 938 | (goto-char delimline) | 938 | (goto-char delimline) |
| 939 | (insert "MIME-version: 1.0\n" | 939 | (insert "MIME-version: 1.0\n" |
| 940 | "Content-type: text/plain; charset=" | 940 | "Content-type: text/plain; charset=" |