1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 10:20:59 -07:00

(set-language-environment): Check

for charset property of environment.
This commit is contained in:
Dave Love 2002-10-05 19:04:00 +00:00
parent 2aa9761735
commit 5b74b0c7b6

View file

@ -1442,7 +1442,9 @@ specifies the character set for the major languages of Western Europe."
;; Fixme: default from the environment coding system where that's
;; charset-based.
(apply 'set-charset-priority (get-language-info language-name 'charset))
(if (get-language-info language-name 'charset)
(apply 'set-charset-priority (get-language-info language-name
'charset)))
;; Note: For DOS, we assumed that the charset cpXXX is already
;; defined.