Mercurial > emacs
changeset 39224:cd06bcf39556
(mail-send): Obey mail-send-nonascii when
enable-multibyte-characters = nil. From Hallvard B Furuseth
<h.b.furuseth@usit.uio.no>.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 10 Sep 2001 09:36:40 +0000 |
parents | df60bdec51d7 |
children | 3fa6a6d82152 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Mon Sep 10 08:23:27 2001 +0000 +++ b/lisp/mail/sendmail.el Mon Sep 10 09:36:40 2001 +0000 @@ -730,8 +730,7 @@ (y-or-n-p "Message already sent; resend? "))) (let ((inhibit-read-only t) (opoint (point))) - (when (and enable-multibyte-characters - (not (memq mail-send-nonascii '(t mime)))) + (unless (memq mail-send-nonascii '(t mime)) (goto-char (point-min)) (skip-chars-forward "\0-\177") (or (= (point) (point-max))