From: morioka Date: Fri, 21 Mar 1997 17:55:10 +0000 (+0000) Subject: (mime-edit-content-end): Abolish unused local variable `top'. X-Git-Tag: Hokutetsu-Ishikawa-new~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b40a5c5c0bb78a812cf72dbcb046295b2afe37b9;p=elisp%2Fsemi.git (mime-edit-content-end): Abolish unused local variable `top'. --- diff --git a/mime-edit.el b/mime-edit.el index d2379fc..fa17d26 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.75 $ +;; Version: $Revision: 0.76 $ ;; 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.75 1997-03-18 15:28:25 morioka Exp $") + "$Id: mime-edit.el,v 0.76 1997-03-21 17:55:10 morioka Exp $") (defconst mime-edit-version (get-version-string mime-edit-RCS-ID)) @@ -1195,7 +1195,7 @@ Optional argument ENCODING specifies an encoding method such as base64." (save-excursion (let ((beg (point))) (if (mime-edit-goto-tag) - (let ((top (point))) + (progn (goto-char (match-end 0)) (if (invisible-p (point)) (next-visible-point (point))