]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendmail-send-it): Use :mime-charset, not
authorDave Love <fx@gnu.org>
Tue, 14 May 2002 15:38:09 +0000 (15:38 +0000)
committerDave Love <fx@gnu.org>
Tue, 14 May 2002 15:38:09 +0000 (15:38 +0000)
mime-charset.

lisp/mail/sendmail.el

index 4986b75c9833fef7f6edfc2ae75a2889dd21e906..c56b4193da8b91e217d169a4700691c2cea7e923 100644 (file)
@@ -934,7 +934,7 @@ external program defined by `sendmail-program'."
                          (/= (point) (point-max)))
                   (setq selected-coding (select-message-coding-system))
                   (setq charset
-                        (coding-system-get selected-coding 'mime-charset))
+                        (coding-system-get selected-coding :mime-charset))
                   (goto-char delimline)
                   (insert "MIME-version: 1.0\n"
                           "Content-type: text/plain; charset="