mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 10:44:12 -08:00
(set-language-environment): Don't
concat an integer (dos-codepage), use format instead.
This commit is contained in:
parent
fd72561d60
commit
d9c0a50ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -1284,7 +1284,7 @@ specifies the character set for the major languages of Western Europe."
|
|||
(dos-table
|
||||
(if (eq window-system 'pc)
|
||||
(intern
|
||||
(concat "cp" dos-codepage "-nonascii-translation-table")))))
|
||||
(format "cp%d-nonascii-translation-table" dos-codepage)))))
|
||||
(cond
|
||||
((char-table-p nonascii)
|
||||
(setq nonascii-translation-table nonascii))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue