summaryrefslogtreecommitdiff
path: root/lisp/term/internal.el
diff options
context:
space:
mode:
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 2b0806839cd..33843a12fc3 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -268,6 +268,7 @@ list. You can (and should) also run it whenever the value of
;; (symbol-value (intern (concat cp "-nonascii-translation-table"))))
(set-language-environment (cp-language-for-codepage cp))
(set-default-coding-systems (intern (concat cp "-dos")))
+ (set-selection-coding-system (intern (concat cp "-dos")))
(set-terminal-coding-system
(setq default-terminal-coding-system (intern (concat cp
"-unix"))))