mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(mail-send): Obey mail-send-nonascii when
enable-multibyte-characters = nil. From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
This commit is contained in:
parent
f4a374a158
commit
42d305db92
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2001-09-10 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* mail/sendmail.el (mail-send): Obey mail-send-nonascii when
|
||||
enable-multibyte-characters = nil. From Hallvard B Furuseth
|
||||
<h.b.furuseth@usit.uio.no>.
|
||||
|
||||
2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
|
||||
|
||||
* ediff-init.el (ediff-highest-priority): bug fix.
|
||||
|
|
|
|||
|
|
@ -730,8 +730,7 @@ the user from the mailer."
|
|||
(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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue