From 9102ecc63b094ffebae2215adc4a840a8b66f6d8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 12 Aug 2020 19:54:09 +0200 Subject: 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. --- lisp/gnus/mm-util.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lisp/gnus/mm-util.el') 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 -- cgit v1.2.3