Rename `mime-display-caesar' -> `mime-method-to-display-caesar'.
authormorioka <morioka>
Thu, 12 Mar 1998 12:11:08 +0000 (12:11 +0000)
committermorioka <morioka>
Thu, 12 Mar 1998 12:11:08 +0000 (12:11 +0000)
mime-play.el

index 5c3dbe6..bb8f220 100644 (file)
@@ -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))