From 8eab70ae9368d2f6c142948a1becb745220c1a57 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 10 Oct 1999 18:31:06 +0000 Subject: [PATCH] (default-coded-charset-priority-list-for-font): Setup in UTF-2000. --- lisp/mule/mule-charset.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index ad13a91..607666f 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -256,7 +256,7 @@ DESCRIPTION (string) is the description string of the charset." ;;; (when (featurep 'utf-2000) - (setq default-coded-charset-priority-list + (setq default-coded-charset-priority-list-for-font '(ascii control-1 latin-iso8859-1 @@ -272,7 +272,11 @@ DESCRIPTION (string) is the description string of the charset." ;; katakana-jisx0208 japanese-jisx0208 hebrew-iso8859-8 - vietnamese-viscii-lower - vietnamese-viscii-upper))) + latin-viscii)) + (setq default-coded-charset-priority-list + (append default-coded-charset-priority-list-for-font + '(vietnamese-viscii-lower + vietnamese-viscii-upper))) + ) ;;; mule-charset.el ends here -- 1.7.10.4