From: morioka Date: Wed, 11 Mar 1998 18:15:19 +0000 (+0000) Subject: Rename `mime-article/start-external-method-region' -> X-Git-Tag: JR-Himi-~37 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6c3d6de3ac465f06ec5461ef60b807c5423502e2;p=elisp%2Fsemi.git Rename `mime-article/start-external-method-region' -> `mime-activate-external-method'. --- 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)