projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bddc3
)
(init_display): Go ahead and prepare for
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jul 1997 23:20:41 +0000
(23:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jul 1997 23:20:41 +0000
(23:20 +0000)
a X configuration in the CANNOT_DUMP case.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index ad7ed32c40a9c85132bcd2f6593a7cae742b6474..239db35e7377299806ecfd03b3a2a1899911f743 100644
(file)
--- 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