]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some compat code from mm-util.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Aug 2020 17:54:09 +0000 (19:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Aug 2020 17:54:48 +0000 (19:54 +0200)
* 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

index 83f385065ce8ce46c833391cd5fdf93926b4e629..282465722de5b63a4ba07ca25fcbad899249a8f1 100644 (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