1999-10-15 Mito <mit@nines.nec.co.jp>
authortomo <tomo>
Mon, 18 Oct 1999 04:39:35 +0000 (04:39 +0000)
committertomo <tomo>
Mon, 18 Oct 1999 04:39:35 +0000 (04:39 +0000)
* tm-edit.el (mime-editor/insert-voice,mime-prompt-for-encoding):
Variable `mime-file-encoding-method-alist' bocome obsolete.

tm-edit.el

index d52f0a9..097ae75 100644 (file)
@@ -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))