From 6c3d6de3ac465f06ec5461ef60b807c5423502e2 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 11 Mar 1998 18:15:19 +0000 Subject: [PATCH] Rename `mime-article/start-external-method-region' -> `mime-activate-external-method'. --- mime-play.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index 9bd18d7..43bbf0e 100644 --- a/mime-play.el +++ b/mime-play.el @@ -89,7 +89,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." (funcall method beg end ret) ) ((and (listp method)(stringp (car method))) - (mime-article/start-external-method-region beg end ret) + (mime-activate-external-method beg end ret) ) (t (mime-show-echo-buffer @@ -110,7 +110,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." ;;; @ external decoder ;;; -(defun mime-article/start-external-method-region (beg end cal) +(defun mime-activate-external-method (beg end cal) (save-excursion (save-restriction (narrow-to-region beg end) -- 1.7.10.4