From: morioka Date: Wed, 7 May 1997 09:32:34 +0000 (+0000) Subject: `mime-article/decode-caesar' -> `mime-display-caesar'. X-Git-Tag: Hokutetsu-Ishikawa-new~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=459fc6a6477c7475d633cd66b7858c8408e2c0d6;p=elisp%2Fsemi.git `mime-article/decode-caesar' -> `mime-display-caesar'. --- diff --git a/mime-play.el b/mime-play.el index cc03e31..80eda26 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.36 1997-03-27 22:14:35 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.37 1997-05-07 09:32:34 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -469,7 +469,8 @@ It is registered to variable `mime-view-quitting-method-alist'." (kill-buffer (current-buffer)) ) -(defun mime-article/decode-caesar (beg end cal) +(defun mime-display-caesar (beg end cal) + "Internal method for mime-view to display ROT13-47-48 message." (let* ((cnum (mime-article/point-content-number beg)) (new-name (format "%s-%s" (buffer-name) cnum)) (mother mime-view-buffer)