From 32a6d2a37bea71980b899656c39e2b076384e5d1 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 19 Jun 1997 03:17:11 +0000 Subject: [PATCH] (mime-display-caesar): fixed. --- mime-play.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index e008fac..549d015 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.43 1997-05-12 12:30:11 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.44 1997-06-19 03:17:11 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -452,7 +452,7 @@ It is registered to variable `mime-view-quitting-method-alist'." (defun mime-display-caesar (start end cal) "Internal method for mime-view to display ROT13-47-48 message." - (let* ((cnum (mime-article/point-content-number beg)) + (let* ((cnum (mime-article/point-content-number start)) (new-name (format "%s-%s" (buffer-name) cnum)) (the-buf (current-buffer)) (mother mime-view-buffer) -- 1.7.10.4