From 29d04a94f65a5217f65a7928a5ed9178d78fc527 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 16 Jun 1998 22:55:39 +0000 Subject: [PATCH] Rename `mime-method-to-detect' to `mime-detect-content'. --- 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 4e1b0c6..12398a0 100644 --- a/mime-play.el +++ b/mime-play.el @@ -420,7 +420,7 @@ REGEXP is pattern for \"file\" command output. TYPE is symbol to indicate primary type of media-type. SUBTYPE is symbol to indicate subtype of media-type.") -(defun mime-method-to-detect (entity situation) +(defun mime-detect-content (entity situation) (let ((beg (mime-entity-point-min entity)) (end (mime-entity-point-max entity))) (goto-char beg) diff --git a/mime-view.el b/mime-view.el index 415cdf4..451e50e 100644 --- a/mime-view.el +++ b/mime-view.el @@ -661,7 +661,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." 'mime-acting-condition '((type . application)(subtype . octet-stream) (mode . "play") - (method . mime-method-to-detect) + (method . mime-detect-content) )) (ctree-set-calist-with-default -- 1.7.10.4