aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index d0eca538f96..aa7a16d1356 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -636,8 +636,6 @@ opening the first frame (e.g. open a connection to the server).")
636 (setq initial-window-system nil) 636 (setq initial-window-system nil)
637 (kill-emacs))) 637 (kill-emacs)))
638 638
639 ;; Locale initialization.
640 (set-locale-translation-file-name)
641 (set-locale-environment nil) 639 (set-locale-environment nil)
642 640
643 ;; Convert the arguments to Emacs internal representation. 641 ;; Convert the arguments to Emacs internal representation.