From 899f11f580da967bf90a01e64b5f94cd8a670ac7 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 26 Jan 1999 18:13:38 +0000 Subject: [PATCH] (mime-preview-play-current-entity): Add autoload cookie. (mime-play-entity): Likewise. --- mime-play.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mime-play.el b/mime-play.el index e940ad3..aa025df 100644 --- a/mime-play.el +++ b/mime-play.el @@ -148,6 +148,7 @@ ;;; @ content decoder ;;; +;;;###autoload (defun mime-preview-play-current-entity (&optional ignore-examples mode) "Play current entity. It decodes current entity to call internal or external method. The @@ -232,6 +233,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." (cons match example) )) +;;;###autoload (defun mime-play-entity (entity &optional situation ignored-method) "Play entity specified by ENTITY. It decodes the entity to call internal or external method. The method -- 1.7.10.4