X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mcharset.el;h=5bb5a594a6d7a49f265e7480494044b976dfa85e;hb=984604d5fc994ae264175786ef64ddd74f6ec2cd;hp=3be62d1f9ac08694792deef51cc8d0b2b5e1d378;hpb=f4712a9facdb878f0fae3d5edb9a3ac400c59480;p=elisp%2Fapel.git diff --git a/mcharset.el b/mcharset.el index 3be62d1..5bb5a59 100644 --- a/mcharset.el +++ b/mcharset.el @@ -39,7 +39,7 @@ (require 'mcs-ltn1))) (defcustom default-mime-charset-for-write - (if (and (fboundp 'find-coding-system) + (if (and (require 'pces) ; for find-coding-system (find-coding-system 'utf-8)) 'utf-8 default-mime-charset)