1
0
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:
Richard M. Stallman 1996-10-09 20:30:23 +00:00
parent 4f9ad01661
commit e31714694a

View File

@ -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