projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d838ffc
)
(default-mime-charset-for-write): Require `pces' for
author
tomo
<tomo>
Thu, 21 Dec 2000 08:17:07 +0000
(08:17 +0000)
committer
tomo
<tomo>
Thu, 21 Dec 2000 08:17:07 +0000
(08:17 +0000)
`find-coding-system'.
mcharset.el
patch
|
blob
|
history
diff --git
a/mcharset.el
b/mcharset.el
index
3be62d1
..
5bb5a59
100644
(file)
--- 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)