add iso-8859-14 also
[elisp/semi.git] / mime-view.el
index b5164d4..81386cb 100644 (file)
@@ -1627,9 +1627,8 @@ It calls following-method selected from variable
        (if (functionp f)
            (funcall f new-buf)
          (message
-          (format
-           "Sorry, following method for %s is not implemented yet."
-           mode))
+          "Sorry, following method for %s is not implemented yet."
+          mode)
          ))
       )))