+2000-11-25 Jason Rumney <jasonr@gnu.org>
+
+ * startup.el (command-line): Call set-locale-environment after
+ Window System init file is read, as it can result in a call to
+ redraw-frame.
+
2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
* simple.el (shell-command): Mention the effect of the prefix
(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.
(not noninteractive))
(setq command-line-args (tty-handle-args command-line-args)))
+ (set-locale-environment nil)
+
(let ((done nil)
(args (cdr command-line-args)))