Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1a6d3623
Commit
1a6d3623
authored
Aug 02, 1999
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(make_terminal_frame): Don't call init_frame_faces if
noninteractive, for termcap frames as well.
parent
045942b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/frame.c
src/frame.c
+2
-3
No files found.
src/frame.c
View file @
1a6d3623
...
...
@@ -539,12 +539,11 @@ make_terminal_frame ()
#ifdef MSDOS
f
->
output_data
.
x
=
&
the_only_x_display
;
f
->
output_method
=
output_msdos_raw
;
if
(
!
noninteractive
)
init_frame_faces
(
f
);
#else
/* not MSDOS */
f
->
output_data
.
nothing
=
1
;
/* Nonzero means frame isn't deleted. */
init_frame_faces
(
f
);
#endif
if
(
!
noninteractive
)
init_frame_faces
(
f
);
return
f
;
}
...
...
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