Rename `mime-display-message/rfc822' ->
authormorioka <morioka>
Thu, 12 Mar 1998 12:02:27 +0000 (12:02 +0000)
committermorioka <morioka>
Thu, 12 Mar 1998 12:02:27 +0000 (12:02 +0000)
`mime-method-to-display-message/rfc822'.

mime-play.el

index 810a6e4..189e796 100644 (file)
@@ -263,7 +263,7 @@ It is registered to variable `mime-view-quitting-method-alist'."
     (pop-to-buffer mother)
     ))
 
-(defun mime-display-message/rfc822 (beg end cal)
+(defun mime-method-to-display-message/rfc822 (beg end cal)
   (let* ((cnum (mime-article/point-content-number beg))
         (new-name (format "%s-%s" (buffer-name) cnum))
         (mother mime-view-buffer)