Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e4555e8
Commit
9e4555e8
authored
Jul 13, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_display): Go ahead and prepare for
a X configuration in the CANNOT_DUMP case.
parent
e2bddc38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/dispnew.c
src/dispnew.c
+5
-1
No files found.
src/dispnew.c
View file @
9e4555e8
...
@@ -2498,7 +2498,11 @@ init_display ()
...
@@ -2498,7 +2498,11 @@ init_display ()
display_arg
=
(
display
!=
0
&&
*
display
!=
0
);
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"
);
Vwindow_system
=
intern
(
"x"
);
#ifdef HAVE_X11
#ifdef HAVE_X11
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment