`mime-preview/display-content' -> `mime-view-display-entity'.
[elisp/semi.git] / mime-parse.el
index c380312..ebf5a63 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-parse.el,v 0.5 1997-02-27 13:43:38 tmorioka Exp $
+;; Version: $Id: mime-parse.el,v 0.8 1997-03-15 20:11:46 morioka Exp $
 ;; Keywords: parse, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -25,6 +25,7 @@
 
 ;;; Code:
 
+(require 'emu)
 (require 'std11)
 (require 'mime-def)
 
@@ -201,7 +202,7 @@ and return parsed it. [mime-parse.el]"
              '("message/rfc822")
            '("text/plain")
            ))
-        cb ce ct ret ncb children (i 0))
+        cb ce ret ncb children (i 0))
     (save-restriction
       (narrow-to-region beg end)
       (goto-char beg)