From b798469d470c742ec84001e32c1ec721a694ca04 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 26 Jan 2000 09:39:42 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and `arabic-iso8859-6'. --- lisp/mule/mule-charset.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index e32e075..7d9b737 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -290,8 +290,6 @@ DESCRIPTION (string) is the description string of the charset." lao ethiopic-ucs ethiopic - ucs-bmp - arabic-iso8859-6 mojikyo-pj-1 mojikyo-pj-2 mojikyo-pj-3 @@ -313,6 +311,8 @@ DESCRIPTION (string) is the description string of the charset." mojikyo-pj-19 mojikyo-pj-20 mojikyo-pj-21 - ideograph-daikanwa))) + ideograph-daikanwa + ucs-bmp + arabic-iso8859-6))) ;;; mule-charset.el ends here -- 1.7.10.4