1
Fork 0
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:
Eli Zaretskii 1999-01-24 14:13:32 +00:00
parent dc1f8c72f4
commit 3e9c24f68b

View file

@ -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