Use the remote locale for terminal & keyboard coding system.
[bpt/emacs.git] / lisp / startup.el
index d9b4c04..2402d11 100644 (file)
@@ -647,6 +647,8 @@ opening the first frame (e.g. open a connection to the server).")
      (setq initial-window-system nil)
      (kill-emacs)))
 
+  ;; Locale initialization.
+  (set-locale-translation-file-name)
   (set-locale-environment nil)
 
   ;; Convert the arguments to Emacs internal representation.