summaryrefslogtreecommitdiff
path: root/lisp/term/internal.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1999-01-24 14:13:32 +0000
committerEli Zaretskii <eliz@gnu.org>1999-01-24 14:13:32 +0000
commit9d4c626aa686ead4fbc7b30dc5bc7035b502aca6 (patch)
treec6684f05a8619a7ad504e58f7aea87fa8b53b9d7 /lisp/term/internal.el
parent15ad8c9da10aec3340d3869ae5345ffdc1547563 (diff)
downloademacs-9d4c626aa686ead4fbc7b30dc5bc7035b502aca6.tar.gz
(dos-codepage-setup): Call prefer-coding-system
to set the appropriate cpNNN-dos coding system as the highest-priority coding system.
Diffstat (limited to 'lisp/term/internal.el')
-rw-r--r--lisp/term/internal.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index 0cfa3025f50..2b0806839cd 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -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