aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-conf.el
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2008-03-27 11:29:14 +0000
committerKenichi Handa <[email protected]>2008-03-27 11:29:14 +0000
commit5148e555c837cb8e6b6ada594f97bc34f9bc667c (patch)
tree86360e5e88ef23829457cc5e411cbd87eb456c10 /lisp/international/mule-conf.el
parent8b00ec890cd30ef3c8f1305bf7f21dc39b303c88 (diff)
(define-iso-single-byte-charset):
Don't make latin-iso8859-* supplementary. (#'set-charset-priority): Don't change the priority of charsets `unicode' and `emacs'.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r--lisp/international/mule-conf.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index cd3b5a352f..3e26989ab0 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -159,7 +159,6 @@
:long-name (format "RHP of %s (%s)" ,name ,nickname)
:iso-final-char ,iso-final
:emacs-mule-id ,emacs-mule-id
- :supplementary-p t
:code-space [32 127]
:subset (list ,symbol 160 255 -128)))))
@@ -1511,11 +1510,6 @@ for decoding and encoding files, process I/O, etc."
(aset latin-extra-code-table ?\225 t)
(aset latin-extra-code-table ?\226 t)
-;; Move least specific charsets to end of priority list
-
-(apply #'set-charset-priority
- (delq 'unicode (delq 'emacs (charset-priority-list))))
-
;; The old code-pages library is obsoleted by coding systems based on
;; the charsets defined in this file but might be required by user
;; code.