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
Open sidebar
emacs
emacs
Commits
e37d7195
Commit
e37d7195
authored
Mar 01, 2002
by
Kenichi Handa
Browse files
(main): Call init_charset_once, init_charset,
syms_of_chartab, and syms_of_character.
parent
40fbd254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/emacs.c
src/emacs.c
+4
-0
No files found.
src/emacs.c
View file @
e37d7195
...
...
@@ -1154,6 +1154,7 @@ main (argc, argv, envp)
init_alloc_once
();
init_obarray
();
init_eval_once
();
init_character_once
();
init_charset_once
();
init_coding_once
();
init_syntax_once
();
/* Create standard syntax table. */
...
...
@@ -1383,6 +1384,7 @@ main (argc, argv, envp)
init_callproc
();
/* Must follow init_cmdargs but not init_sys_modes. */
init_lread
();
init_charset
();
/* Intern the names of all standard functions and variables;
define standard keys. */
...
...
@@ -1397,6 +1399,7 @@ main (argc, argv, envp)
syms_of_data
();
#endif
syms_of_alloc
();
syms_of_chartab
();
syms_of_lread
();
syms_of_print
();
syms_of_eval
();
...
...
@@ -1415,6 +1418,7 @@ main (argc, argv, envp)
/* Called before init_window_once for Mac OS. */
syms_of_ccl
();
#endif
syms_of_character
();
syms_of_charset
();
syms_of_cmds
();
#ifndef NO_DIR_LIBRARY
...
...
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