From f3667967c14d35ecf13551dc64569c4b06cf22a6 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Tue, 25 Feb 1997 06:17:50 +0000 Subject: [PATCH] Function `mime/encoding-name' was moved to mime-edit.el. --- mime-def.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mime-def.el b/mime-def.el index 89e48ca..9cb1325 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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). @@ -56,12 +56,6 @@ ;;; @ 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) -- 1.7.10.4