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
dcdcce1a
Commit
dcdcce1a
authored
May 31, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
parent
5bfd038e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/emacs.c
src/emacs.c
+1
-5
No files found.
src/emacs.c
View file @
dcdcce1a
...
...
@@ -1017,18 +1017,14 @@ the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
#ifdef HAVE_X_WINDOWS
syms_of_xterm
();
syms_of_xfns
();
syms_of_xfaces
();
syms_of_fontset
();
#ifdef HAVE_X11
syms_of_xselect
();
#endif
#endif
/* HAVE_X_WINDOWS */
#if defined (MSDOS) && !defined (HAVE_X_WINDOWS)
syms_of_xfaces
();
#endif
#ifndef HAVE_NTGUI
syms_of_xfaces
();
syms_of_xmenu
();
#endif
...
...
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