From 540669e87bf35aded478afc24ae07973e5af5dd5 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 12 Mar 1998 12:11:08 +0000 Subject: [PATCH] Rename `mime-display-caesar' -> `mime-method-to-display-caesar'. --- mime-play.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index 5c3dbe6..bb8f220 100644 --- a/mime-play.el +++ b/mime-play.el @@ -451,7 +451,7 @@ It is registered to variable `mime-view-quitting-method-alist'." ;;; @ rot13-47 ;;; -(defun mime-display-caesar (start end cal) +(defun mime-method-to-display-caesar (start end cal) "Internal method for mime-view to display ROT13-47-48 message." (let* ((cnum (mime-article/point-content-number start)) (new-name (format "%s-%s" (buffer-name) cnum)) -- 1.7.10.4