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:
parent
2aa9761735
commit
5b74b0c7b6
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue