From 7a3c95125f4368063bfc2652b19ca47e237543b3 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 20:36:32 +0000 Subject: [PATCH] (mime-edit-goto-tag): Abolish unused variable `multipart'. --- mime-edit.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-edit.el b/mime-edit.el index 3d1d164..024b5a3 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -7,7 +7,7 @@ ;; Maintainer: MORIOKA Tomohiko ;; Created: 1994/08/21 renamed from mime.el ;; Renamed: 1997/2/21 from tm-edit.el -;; Version: $Revision: 0.72 $ +;; Version: $Revision: 0.73 $ ;; Keywords: MIME, multimedia, multilingual, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -122,7 +122,7 @@ ;;; (defconst mime-edit-RCS-ID - "$Id: mime-edit.el,v 0.72 1997-03-14 06:09:23 morioka Exp $") + "$Id: mime-edit.el,v 0.73 1997-03-15 20:36:32 morioka Exp $") (defconst mime-edit-version (get-version-string mime-edit-RCS-ID)) @@ -1148,7 +1148,7 @@ Optional argument ENCODING specifies an encoding method such as base64." (defun mime-edit-goto-tag () "Search for the beginning of the tagged MIME message." - (let ((current (point)) multipart) + (let ((current (point))) (if (looking-at mime-edit-tag-regexp) t ;; At first, go to the end. -- 1.7.10.4