Mercurial > emacs
changeset 24162:93161ca8b2e5
(dos-codepage-setup): Call prefer-coding-system
to set the appropriate cpNNN-dos coding system as the
highest-priority coding system.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 24 Jan 1999 14:13:32 +0000 |
parents | 782215de9b98 |
children | 719325fbe6a1 |
files | lisp/term/internal.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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