diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index c3545347335..82456859ebb 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1700,7 +1700,7 @@ specifies the character set for the major languages of Western Europe." ;; Put higher priorities to such charsets that are supported by the ;; coding systems of higher priorities in this environment. - (let ((charsets nil)) + (let ((charsets (get-language-info language-name 'charset))) (dolist (coding (get-language-info language-name 'coding-priority)) (setq charsets (append charsets (coding-system-charset-list coding)))) (if charsets