Function `mime/encoding-name' was moved to mime-edit.el.
authortmorioka <tmorioka>
Tue, 25 Feb 1997 06:17:50 +0000 (06:17 +0000)
committertmorioka <tmorioka>
Tue, 25 Feb 1997 06:17:50 +0000 (06:17 +0000)
mime-def.el

index 89e48ca..9cb1325 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.8 1997-02-25 06:15:38 tmorioka Exp $
+;; Version: $Id: mime-def.el,v 0.9 1997-02-25 06:17:50 tmorioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 ;;; @ charset and encoding
 ;;;
 
-(defun mime/encoding-name (transfer-level &optional not-omit)
-  (cond ((> transfer-level 8) "binary")
-       ((= transfer-level 8) "8bit")
-       (not-omit "7bit")
-       ))
-
 (defun mime/make-charset-default-encoding-alist (transfer-level)
   (mapcar (function
           (lambda (charset-type)