# HG changeset patch # User Gerd Moellmann # Date 1000114600 0 # Node ID cd06bcf3955600381b3c285ed491d6e2a5cafb47 # Parent df60bdec51d775c192c4ccf29155df41cee6c688 (mail-send): Obey mail-send-nonascii when enable-multibyte-characters = nil. From Hallvard B Furuseth . diff -r df60bdec51d7 -r cd06bcf39556 lisp/mail/sendmail.el --- 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))