mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(init_display): If not yet initialized,
we can't really use X, so we must do the real work.
This commit is contained in:
parent
4f9ad01661
commit
e31714694a
@ -2470,7 +2470,7 @@ init_display ()
|
||||
display_arg = (display != 0 && *display != 0);
|
||||
}
|
||||
|
||||
if (!inhibit_window_system && display_arg)
|
||||
if (!inhibit_window_system && display_arg && initialized)
|
||||
{
|
||||
Vwindow_system = intern ("x");
|
||||
#ifdef HAVE_X11
|
||||
|
Loading…
Reference in New Issue
Block a user