Fix typo.
authorueno <ueno>
Mon, 24 Sep 2001 07:29:38 +0000 (07:29 +0000)
committerueno <ueno>
Mon, 24 Sep 2001 07:29:38 +0000 (07:29 +0000)
mime-view.el

index 978166d..582c81e 100644 (file)
@@ -767,7 +767,7 @@ Each elements are regexp of field-name.")
        (if (and mime-preview-inline-fontify
                 (mime-entity-filename entity)) ;should be an attachment.
            (mime-display-inline-fontify entity)
-         (mime-insert-entity-content entity))
+         (mime-insert-text-content entity))
       (error (progn
               (message "Can't decode current entity.")
               (sit-for 1))))
@@ -919,7 +919,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t.  t means default."
       (buffer-disable-undo)
       (kill-all-local-variables)
       (erase-buffer)
-      (mime-insert-entity-content entity)
+      (mime-insert-text-content entity)
       (unwind-protect
          (progn
            (if mode