From: tomo Date: Mon, 18 Oct 1999 04:39:35 +0000 (+0000) Subject: 1999-10-15 Mito X-Git-Tag: of-tm-8_7~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4ddfa50d3bfbdaff4072242dde21036e08fb305e;p=elisp%2Ftm.git 1999-10-15 Mito * tm-edit.el (mime-editor/insert-voice,mime-prompt-for-encoding): Variable `mime-file-encoding-method-alist' bocome obsolete. --- diff --git a/tm-edit.el b/tm-edit.el index d52f0a9..097ae75 100644 --- a/tm-edit.el +++ b/tm-edit.el @@ -997,7 +997,7 @@ Charset is automatically obtained from the `charsets-mime-charset-alist'." (let ((encoding (completing-read "What transfer encoding: " - mime-file-encoding-method-alist nil t nil))) + (mime-encoding-alist) nil t nil))) (mime-editor/insert-tag "audio" "basic" nil) (mime-editor/define-encoding encoding) (save-restriction @@ -1427,7 +1427,7 @@ Parameter must be '(PROMPT CHOICE1 (CHOISE2 ...))." (setq encoding (completing-read "What transfer encoding: " - mime-file-encoding-method-alist nil t default) + (mime-encoding-alist) nil t default) ) "")) encoding))