From d4a3da9021c2918a16514d7ec02ef620ee372d3b Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 20:25:59 +0000 Subject: [PATCH] (mime-article/decode-caesar): Unused local variable `cur-buf' was abolished. --- mime-play.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index 95b5eb7..4c52f04 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/9/26 (separated from tm-view.el) ;; Renamed: 1997/2/21 from tm-play.el -;; Version: $Id: mime-play.el,v 0.15 1997-03-15 20:24:54 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.16 1997-03-15 20:25:59 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -447,7 +447,6 @@ (defun mime-article/decode-caesar (beg end cal) (let* ((cnum (mime-article/point-content-number beg)) - (cur-buf (current-buffer)) (new-name (format "%s-%s" (buffer-name) cnum)) (mother mime::article/preview-buffer) (charset (cdr (assoc "charset" cal))) -- 1.7.10.4