From: Lars Ingebrigtsen Date: Wed, 12 Aug 2020 17:54:09 +0000 (+0200) Subject: Remove some compat code from mm-util.el X-Git-Tag: emacs-28.0.90~6637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9102ecc63b094ffebae2215adc4a840a8b66f6d8;p=emacs.git 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. --- diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 83f385065ce..282465722de 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el @@ -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