Import Oort Gnus v0.24.
[elisp/gnus.git-] / lisp / mm-util.el
index 9f579b3..c50c3b5 100644 (file)
@@ -341,7 +341,8 @@ used as the line break code type of the coding system."
    ((null charset)
     charset)
    ;; Running in a non-MULE environment.
-   ((null (mm-get-coding-system-list))
+   ((or (null (mm-get-coding-system-list))
+       (not (fboundp 'coding-system-get)))
     charset)
    ;; ascii
    ((eq charset 'us-ascii)