Remove some compat code from mm-util.el

* lisp/gnus/mm-util.el (mm-charset-to-coding-system): Remove the
non-mule case, because it's always false.
This commit is contained in:
Lars Ingebrigtsen 2020-08-12 19:54:09 +02:00
parent 36466ed666
commit 9102ecc63b

View file

@ -131,10 +131,6 @@ is not available."
(cond
((null charset)
charset)
;; Running in a non-MULE environment.
((or (null (mm-get-coding-system-list))
(not (fboundp 'coding-system-get)))
charset)
;; Check override list quite early. Should only used for decoding, not for
;; encoding!
((and allow-override