From: Eli Zaretskii Date: Thu, 4 Feb 1999 15:57:23 +0000 (+0000) Subject: (dos-codepage-setup): Set selection coding system to cpNNN-dos. X-Git-Tag: emacs-20.4~688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4de8f97e38a16a904820166af6899e1c1bca5dcf;p=emacs.git (dos-codepage-setup): Set selection coding system to cpNNN-dos. --- 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"))))