summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-02-26 15:39:55 +0000
committerEli Zaretskii <eliz@gnu.org>2002-02-26 15:39:55 +0000
commit6e749bed547248a1ab0308326a0426ede041b295 (patch)
tree5ec187d4d05fdb187ec7540a012a8de9fe8d32db
parentc04edbd521b5bb6cd30787b17f4ba2dafa5318dc (diff)
downloademacs-6e749bed547248a1ab0308326a0426ede041b295.tar.gz
(ctext-no-compositions): Remove the mime-charset property.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/international/mule-conf.el7
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c8a81a9a15..1a18b40a7d6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
+ * international/mule-conf.el (ctext-no-compositions): Remove the
+ mime-charset property.
+
* language/european.el ("Dutch"): Doc fix.
2002-02-25 Jason Rumney <jasonr@gnu.org>
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 7d3871260e9..46637e9c976 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -408,7 +408,9 @@ is treated as a character."
;; Same as compound-text, but doesn't produce composition escape
;; sequences. Used in post-read and pre-write conversions of
-;; ctext-with-extensions, below.
+;; ctext-with-extensions, below. Note that this should not have a
+;; mime-charset property, to prevent it from showing up close to the
+;; beginning of coding systems ordered by priority.
(make-coding-system
'ctext-no-compositions 2 ?x
"Compound text based generic encoding for decoding unknown messages.
@@ -417,8 +419,7 @@ Like `compound-text', but does not produce escape sequences for compositions."
'((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
init-bol nil nil)
- '((safe-charsets . t)
- (mime-charset . x-ctext)))
+ '((safe-charsets . t)))
(defvar non-standard-icccm-encodings-alist
'(("ISO8859-15" . latin-iso8859-15)