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
0fc4c63e
Commit
0fc4c63e
authored
Feb 08, 2004
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
syms_of_fringe, and init_fringe.
parent
5cbd733a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/emacs.c
src/emacs.c
+9
-0
No files found.
src/emacs.c
View file @
0fc4c63e
...
...
@@ -1235,6 +1235,9 @@ main (argc, argv
init_window_once
();
/* Init the window system. */
init_fileio_once
();
/* Must precede any path manipulation. */
#ifdef HAVE_WINDOW_SYSTEM
init_fringe_once
();
/* Swap bitmaps if necessary. */
#endif
/* HAVE_WINDOW_SYSTEM */
}
init_alloc
();
...
...
@@ -1499,6 +1502,9 @@ main (argc, argv
#endif
/* WINDOWSNT */
syms_of_window
();
syms_of_xdisp
();
#ifdef HAVE_WINDOW_SYSTEM
syms_of_fringe
();
#endif
/* HAVE_WINDOW_SYSTEM */
#ifdef HAVE_X_WINDOWS
syms_of_xterm
();
syms_of_xfns
();
...
...
@@ -1581,6 +1587,9 @@ main (argc, argv
#endif
/* HAVE_X_WINDOWS */
init_fns
();
init_xdisp
();
#ifdef HAVE_WINDOW_SYSTEM
init_fringe
();
#endif
/* HAVE_WINDOW_SYSTEM */
init_macros
();
init_editfns
();
init_floatfns
();
...
...
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