diff lisp/term/internal.el @ 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 73c3dcc21ced
children 3183582345f0
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