mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(dos-codepage-setup): Call prefer-coding-system
to set the appropriate cpNNN-dos coding system as the highest-priority coding system.
This commit is contained in:
parent
dc1f8c72f4
commit
3e9c24f68b
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ list. You can (and should) also run it whenever the value of
|
|||
(setq default-terminal-coding-system (intern (concat cp
|
||||
"-unix"))))
|
||||
(IT-display-table-setup cp)
|
||||
(prefer-coding-system (intern (concat cp "-dos")))
|
||||
;; Some codepages have sporadic support for Latin-1, Greek, and
|
||||
;; symbol glyphs, which don't belong to their native character
|
||||
;; set. It's a nuisance to have all those glyphs here, for all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue