From: morioka Date: Thu, 12 Mar 1998 11:39:03 +0000 (+0000) Subject: Rename `mime-article/make-method-args' -> X-Git-Tag: JR-Himi-~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8e6641fd98fa3b0f0221a1a4da6616a39687422d;p=elisp%2Fsemi.git Rename `mime-article/make-method-args' -> `mime-make-external-method-args'. --- diff --git a/mime-play.el b/mime-play.el index 43bbf0e..810a6e4 100644 --- a/mime-play.el +++ b/mime-play.el @@ -140,15 +140,15 @@ If MODE is specified, play as it. Default MODE is \"play\"." (list (car method) mime-echo-buffer-name (car method) ) - (mime-article/make-method-args cal - (cdr (cdr method))) + (mime-make-external-method-args + cal (cdr (cdr method))) )) (apply (function start-process) args) (mime-show-echo-buffer) )) )))) -(defun mime-article/make-method-args (cal format) +(defun mime-make-external-method-args (cal format) (mapcar (function (lambda (arg) (if (stringp arg)