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
74d75424
Commit
74d75424
authored
Jun 23, 2009
by
Kenichi Handa
Browse files
(main): Call init_font ().
parent
59314caf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
src/ChangeLog
src/ChangeLog
+14
-0
src/emacs.c
src/emacs.c
+1
-0
No files found.
src/ChangeLog
View file @
74d75424
2009-06-23 Kenichi Handa <handa@m17n.org>
* emacs.c (main): Call init_font ().
* font.h (Vfont_log): Extern it.
(FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
* font.c (font_sort_entities, font_list_entities)
(font_matching_entity, font_open_entity)
(font_close_object): Change font_add_log to FONT_ADD_LOG.
(Vfont_log): Delete static.
(font_log_env_checked): Delete this variable.
(font_add_log): Don't check font_log_env_checked.
(font_deferred_log): Check Vfont_log.
(init_font): New function.
* ftfont.c: Change font_add_log to FONT_ADD_LOG.
* w32font.c: Change font_add_log to FONT_ADD_LOG.
...
...
src/emacs.c
View file @
74d75424
...
...
@@ -1772,6 +1772,7 @@ main (int argc, char **argv)
init_sound
();
#endif
init_window
();
init_font
();
if
(
!
initialized
)
{
...
...
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