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:
f6c9b29
)
(default-mime-charset-for-write): Don't require `pces'.
author
tomo
<tomo>
Thu, 28 Dec 2000 05:03:03 +0000
(
05:03
+0000)
committer
tomo
<tomo>
Thu, 28 Dec 2000 05:03:03 +0000
(
05:03
+0000)
mcharset.el
patch
|
blob
|
history
diff --git
a/mcharset.el
b/mcharset.el
index
2634861
..
3f19c39
100644
(file)
--- a/
mcharset.el
+++ b/
mcharset.el
@@
-39,8
+39,7
@@
(require 'mcs-ltn1)))
(defcustom default-mime-charset-for-write
- (if (and (require 'pces) ; for find-coding-system
- (mime-charset-p 'utf-8))
+ (if (mime-charset-p 'utf-8)
'utf-8
default-mime-charset)
"Default value of MIME-charset for encoding.