projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e662c3
)
Synch to No Gnus 200406291153.
author
yamaoka
<yamaoka>
Tue, 29 Jun 2004 11:54:14 +0000
(11:54 +0000)
committer
yamaoka
<yamaoka>
Tue, 29 Jun 2004 11:54:14 +0000
(11:54 +0000)
lisp/mm-util.el
patch
|
blob
|
history
diff --git
a/lisp/mm-util.el
b/lisp/mm-util.el
index
45642ad
..
bf208cc
100644
(file)
--- a/
lisp/mm-util.el
+++ b/
lisp/mm-util.el
@@
-277,8
+277,9
@@
with Mule charsets. It is completely useless for Emacs."
(condition-case nil
(let ((val (delq
'ascii
- (symbol-value
- 'unicode-basic-translation-charset-order-list)))
+ (copy-sequence
+ (symbol-value
+ 'unicode-basic-translation-charset-order-list))))
(elem (assq 'utf-8 mm-mime-mule-charset-alist)))
(if elem
(setcdr elem val)