(mime-article/decode-caesar): Unused local variable `cur-buf' was
authormorioka <morioka>
Sat, 15 Mar 1997 20:25:59 +0000 (20:25 +0000)
committermorioka <morioka>
Sat, 15 Mar 1997 20:25:59 +0000 (20:25 +0000)
abolished.

mime-play.el

index 95b5eb7..4c52f04 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; 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).
 
 (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)))