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:
parent
36466ed666
commit
9102ecc63b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue