From: Richard M. Stallman Date: Sun, 13 Jul 1997 23:20:41 +0000 (+0000) Subject: (init_display): Go ahead and prepare for X-Git-Tag: emacs-20.1~1172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e4555e816f1c18d8751d43fa1aad44c1ac74059;p=emacs.git (init_display): Go ahead and prepare for a X configuration in the CANNOT_DUMP case. --- diff --git a/src/dispnew.c b/src/dispnew.c index ad7ed32c40a..239db35e737 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2498,7 +2498,11 @@ init_display () display_arg = (display != 0 && *display != 0); } - if (!inhibit_window_system && display_arg && initialized) + if (!inhibit_window_system && display_arg +#ifndef CANNOT_DUMP + && initialized +#endif + ) { Vwindow_system = intern ("x"); #ifdef HAVE_X11