# HG changeset patch # User Jason Rumney # Date 975169277 0 # Node ID 29bb0c0782b18cbf9636c4702aec47598c7c906f # Parent 9bbea0dda9cda2a0aa54399a539b557a028de318 Do not call set-locale-environment until after terminal is initialized. diff -r 9bbea0dda9cd -r 29bb0c0782b1 lisp/startup.el --- a/lisp/startup.el Sat Nov 25 14:55:34 2000 +0000 +++ b/lisp/startup.el Sat Nov 25 16:21:17 2000 +0000 @@ -621,8 +621,6 @@ (string= vc "simple")) (setq version-control 'never)))) - (set-locale-environment nil) - ;;! This has been commented out; I currently find the behavior when ;;! split-window-keep-point is nil disturbing, but if I can get used ;;! to it, then it would be better to eliminate the option. @@ -673,6 +671,8 @@ (not noninteractive)) (setq command-line-args (tty-handle-args command-line-args))) + (set-locale-environment nil) + (let ((done nil) (args (cdr command-line-args)))