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
00150e8a
Commit
00150e8a
authored
Mar 04, 2000
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.
parent
1eb156f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/emacs.c
src/emacs.c
+0
-3
No files found.
src/emacs.c
View file @
00150e8a
...
...
@@ -1092,9 +1092,7 @@ main (argc, argv, envp)
function creates Vterminal_frame. Termcap frames now use
faces, and the face implementation uses some symbols as
face names. */
#ifndef HAVE_NTGUI
syms_of_xfaces
();
#endif
init_window_once
();
/* Init the window system */
init_fileio_once
();
/* Must precede any path manipulation. */
...
...
@@ -1368,7 +1366,6 @@ main (argc, argv, envp)
#ifdef HAVE_NTGUI
syms_of_w32term
();
syms_of_w32fns
();
syms_of_w32faces
();
syms_of_w32select
();
syms_of_w32menu
();
syms_of_fontset
();
...
...
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