From 884a4ee6ff1a3d42357b41fe133256255a1a489c Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 20:11:46 +0000 Subject: [PATCH] (mime-parse-multipart): Unused local variable `ct' was abolished. --- mime-parse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4