From 4ddfa50d3bfbdaff4072242dde21036e08fb305e Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 18 Oct 1999 04:39:35 +0000 Subject: [PATCH] 1999-10-15 Mito * tm-edit.el (mime-editor/insert-voice,mime-prompt-for-encoding): Variable `mime-file-encoding-method-alist' bocome obsolete. --- tm-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4