(mime-parse-multipart): Unused local variable `ct' was abolished.
authormorioka <morioka>
Sat, 15 Mar 1997 20:11:46 +0000 (20:11 +0000)
committermorioka <morioka>
Sat, 15 Mar 1997 20:11:46 +0000 (20:11 +0000)
mime-parse.el

index 2dc255e..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.7 1997-03-03 17:40:55 morioka 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).
@@ -202,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)