# HG changeset patch # User Eli Zaretskii # Date 917187212 0 # Node ID 93161ca8b2e56b9e4c20bc05969bcf7941be4368 # Parent 782215de9b9872a13ada5b8ec8182d27def67d6c (dos-codepage-setup): Call prefer-coding-system to set the appropriate cpNNN-dos coding system as the highest-priority coding system. diff -r 782215de9b98 -r 93161ca8b2e5 lisp/term/internal.el --- a/lisp/term/internal.el Sun Jan 24 04:43:03 1999 +0000 +++ b/lisp/term/internal.el Sun Jan 24 14:13:32 1999 +0000 @@ -272,6 +272,7 @@ (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