From 8e6641fd98fa3b0f0221a1a4da6616a39687422d Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 12 Mar 1998 11:39:03 +0000 Subject: [PATCH] Rename `mime-article/make-method-args' -> `mime-make-external-method-args'. --- mime-play.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4