From 3bccebd15af837de9e66612ce7078842db37c048 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 20 Nov 2001 22:20:08 +0000 Subject: [PATCH] (w32-system-coding-system): Initialize from locale-coding-system. --- lisp/w32-fns.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 52bd0f97a81..f4fb5e1f50f 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -296,8 +296,9 @@ CODING-SYSTEM, use \\[list-coding-systems]." default)))) (check-coding-system coding-system) (setq w32-system-coding-system coding-system)) -;; Set system coding system initially to iso-latin-1 -(set-w32-system-coding-system 'iso-latin-1) +;; Set system coding system initially from locale-coding-system. +;; In future, when defvaralias is available, this will become an alias. +(set-w32-system-coding-system locale-coding-system) ;;; Set to a system sound if you want a fancy bell. (set-message-beep nil) -- 2.39.5