From f6c9b29036d602f386de93ad1183e6901ddb52de Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 28 Dec 2000 04:58:17 +0000 Subject: [PATCH] (default-mime-charset-for-write): Use `mime-charset-p' instead of `find-coding-system'. --- mcharset.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcharset.el b/mcharset.el index 5bb5a59..2634861 100644 --- a/mcharset.el +++ b/mcharset.el @@ -1,6 +1,6 @@ ;;; mcharset.el --- MIME charset API -;; Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. +;; Copyright (C) 1997,1998,1999,2000 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: emulation, compatibility, Mule @@ -40,7 +40,7 @@ (defcustom default-mime-charset-for-write (if (and (require 'pces) ; for find-coding-system - (find-coding-system 'utf-8)) + (mime-charset-p 'utf-8)) 'utf-8 default-mime-charset) "Default value of MIME-charset for encoding. -- 1.7.10.4