]> git.eshelyaron.com Git - emacs.git/commitdiff
(ctext-no-compositions): Remove the mime-charset property.
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Feb 2002 15:39:55 +0000 (15:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Feb 2002 15:39:55 +0000 (15:39 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index 6c8a81a9a1590c4d91d82e32ea91118b51cdd047..1a18b40a7d6594de73af435a66a38865e5c106d0 100644 (file)
@@ -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>
index 7d3871260e986083291ca8937c8abf96a64d5ed1..46637e9c97668945794c4f450bc6d11356a3cdf8 100644 (file)
@@ -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)