Eliminate useless call to `string-as-unibyte'.
authorakr <akr>
Sun, 2 May 1999 08:12:30 +0000 (08:12 +0000)
committerakr <akr>
Sun, 2 May 1999 08:12:30 +0000 (08:12 +0000)
mime-view.el

index 8d2a9c3..70d967c 100644 (file)
@@ -619,7 +619,7 @@ Each elements are regexp of field-name.")
 (defun mime-display-application/x-postpet (entity situation)
   (save-restriction
     (narrow-to-region (point-max)(point-max))
-    (let ((pet (postpet-decode (string-as-unibyte (mime-entity-content entity)))))
+    (let ((pet (postpet-decode (mime-entity-content entity))))
       (insert "Petname: " (cdr (assq 'petname pet)) "\n"
              "Owner: " (cdr (assq 'owner pet)) "\n"
              "Pettype: " (cdr (assq 'pettype pet)) "\n"