From 6e749bed547248a1ab0308326a0426ede041b295 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 26 Feb 2002 15:39:55 +0000 Subject: [PATCH] (ctext-no-compositions): Remove the mime-charset property. --- lisp/ChangeLog | 3 +++ lisp/international/mule-conf.el | 7 ++++--- 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 + * international/mule-conf.el (ctext-no-compositions): Remove the + mime-charset property. + * language/european.el ("Dutch"): Doc fix. 2002-02-25 Jason Rumney 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) -- 2.39.2