From 1f720c0532b64d7cc2c6fdd5f0dfc1f1d8a0c808 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 16 Jun 1998 22:59:25 +0000 Subject: [PATCH] Rename `mime-method-to-display-message/rfc822' to `mime-view-message/rfc822'. --- mime-play.el | 2 +- mime-view.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index 12398a0..90a5cfe 100644 --- a/mime-play.el +++ b/mime-play.el @@ -472,7 +472,7 @@ It is registered to variable `mime-preview-quitting-method-alist'." (pop-to-buffer mother) )) -(defun mime-method-to-display-message/rfc822 (entity cal) +(defun mime-view-message/rfc822 (entity cal) (let* ((beg (mime-entity-point-min entity)) (end (mime-entity-point-max entity)) (cnum (mime-raw-point-to-entity-number beg)) diff --git a/mime-view.el b/mime-view.el index 451e50e..fbb9a49 100644 --- a/mime-view.el +++ b/mime-view.el @@ -683,7 +683,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." (ctree-set-calist-strictly 'mime-acting-condition '((type . message)(subtype . rfc822)(mode . "play") - (method . mime-method-to-display-message/rfc822) + (method . mime-view-message/rfc822) )) (ctree-set-calist-strictly 'mime-acting-condition -- 1.7.10.4