(What's tm?): Don't use section number.
[elisp/tm.git] / tm-edit.el
index d52f0a9..12cd4b9 100644 (file)
 ;;; @ version
 ;;;
 
-(defconst mime-editor/version "8.6 (All-Right All-Night)")
+(defconst mime-editor/version "8.8 (Time Passed Me By)")
 
 (defconst mime-editor/version-name
   (concat "tm-edit " mime-editor/version))
@@ -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))