* poe.el (minor-mode-overriding-map-alist): Remove the filename
[elisp/apel.git] / mcharset.el
index 3be62d1..5bb5a59 100644 (file)
@@ -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)