1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(mm-encode-body): Use mm-multibyte-p, don't just

test for Mule.
This commit is contained in:
Dave Love 2000-11-09 14:23:43 +00:00
parent 6e077b52fd
commit def5ff3657

View File

@ -60,7 +60,7 @@ If there is more than one non-ASCII MULE charset, then list of found
MULE charsets are returned.
If successful, the MIME charset is returned.
If no encoding was done, nil is returned."
(if (not (featurep 'mule))
(if (not (mm-multibyte-p))
;; In the non-Mule case, we search for non-ASCII chars and
;; return the value of `mail-parse-charset' if any are found.
(save-excursion