From: morioka Date: Sat, 15 Mar 1997 20:11:46 +0000 (+0000) Subject: (mime-parse-multipart): Unused local variable `ct' was abolished. X-Git-Tag: Hokutetsu-Ishikawa-new~140 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=884a4ee6ff1a3d42357b41fe133256255a1a489c;p=elisp%2Fsemi.git (mime-parse-multipart): Unused local variable `ct' was abolished. --- diff --git a/mime-parse.el b/mime-parse.el index 2dc255e..ebf5a63 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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)