From 7ce8a9f4c6243cbd327dd5101e7e288b0dc288dc Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 Mar 1997 21:45:49 +0000 Subject: [PATCH] (mime-view-follow-current-entity): Abolish unused local variable `rc'. --- mime-view.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-view.el b/mime-view.el index f23092e..56f6833 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.78 $ +;; Version: $Revision: 0.79 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -40,7 +40,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.78 1997-03-27 20:40:57 morioka Exp $") + "$Id: mime-view.el,v 0.79 1997-03-27 21:45:49 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -880,7 +880,7 @@ It calls following-method selected from variable p-end (rcnum (mime::content-info/rcnum cinfo)) (len (length rcnum)) - rc) + ) (cond ((null p-beg) (setq p-beg (if (eq (next-single-property-change (point-min) -- 1.7.10.4