Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
622dca89
Commit
622dca89
authored
Jul 30, 1999
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_display) [MSDOS]: Don't initialize frame faces,
it will be done later.
parent
4aec4b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/dispnew.c
src/dispnew.c
+7
-0
No files found.
src/dispnew.c
View file @
622dca89
...
...
@@ -5693,6 +5693,13 @@ For types not defined in VMS, use define emacs_term \"TYPE\".\n\
/* Set up faces of the initial terminal frame of a dumped Emacs. */
if
(
initialized
&&
!
noninteractive
#ifdef MSDOS
/* The MSDOS terminal turns on its ``window system'' relatively
late into the startup, so we cannot do the frame faces'
initialization just yet. It will be done later by pc-win.el
and internal_terminal_init. */
&&
(
strcmp
(
terminal_type
,
"internal"
)
!=
0
||
inhibit_window_system
)
#endif
&&
NILP
(
Vwindow_system
))
call0
(
intern
(
"tty-set-up-initial-frame-faces"
));
}
...
...
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