Mercurial > emacs
changeset 33880:29bb0c0782b1
Do not call set-locale-environment until after terminal is initialized.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Nov 2000 16:21:17 +0000 |
parents | 9bbea0dda9cd |
children | 7a9648a6eafb |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)))