From d7965a11732231ee488f520c433d48350241905d Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 13 Sep 1999 06:32:33 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Renamed from `default-preferred-coded-charset-list'. --- lisp/mule/mule-charset.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index c25d1eb..4a0d6b7 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-preferred-coded-charset-list + (setq default-coded-charset-priority-list '(ascii control-1 latin-iso8859-1 -- 1.7.10.4