From: Eli Zaretskii Date: Sun, 24 Jan 1999 14:13:32 +0000 (+0000) Subject: (dos-codepage-setup): Call prefer-coding-system X-Git-Tag: emacs-20.4~787 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e9c24f68b5452cd86e3f4dd224e9d09490bc6a7;p=emacs.git (dos-codepage-setup): Call prefer-coding-system to set the appropriate cpNNN-dos coding system as the highest-priority coding system. --- 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