Mercurial > emacs
changeset 93286:c47c2a6cbc09
(define-iso-single-byte-charset):
Don't make latin-iso8859-* supplementary.
(#'set-charset-priority): Don't change the priority of charsets
`unicode' and `emacs'.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Mar 2008 11:29:02 +0000 |
parents | 199a80e09004 |
children | d72bd8fa56db |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Thu Mar 27 08:26:17 2008 +0000 +++ b/lisp/international/mule-conf.el Thu Mar 27 11:29:02 2008 +0000 @@ -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 @@ (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.