Rename `mime-method-to-detect' to `mime-detect-content'.
authormorioka <morioka>
Tue, 16 Jun 1998 22:55:39 +0000 (22:55 +0000)
committermorioka <morioka>
Tue, 16 Jun 1998 22:55:39 +0000 (22:55 +0000)
mime-play.el
mime-view.el

index 4e1b0c6..12398a0 100644 (file)
@@ -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)
index 415cdf4..451e50e 100644 (file)
@@ -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