emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v
Date: Thu, 27 Mar 2008 11:29:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/03/27 11:29:03

Index: mule-conf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-conf.el,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- mule-conf.el        18 Feb 2008 01:45:53 -0000      1.89
+++ mule-conf.el        27 Mar 2008 11:29:02 -0000      1.90
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]