diff options
| author | Kenichi Handa <handa@m17n.org> | 2009-06-23 05:53:56 +0000 |
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 2009-06-23 05:53:56 +0000 |
| commit | 74d754240555c3cbe51ec536eda17a2d72add7dd (patch) | |
| tree | db60f28118a2697f27e752777df1e5ec80f1fdcf /src/emacs.c | |
| parent | 59314cafbe202368be807a23bffff16283df05aa (diff) | |
| download | emacs-74d754240555c3cbe51ec536eda17a2d72add7dd.tar.gz | |
(main): Call init_font ().
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 3e94f0fc6c1..e6af0974c2a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1772,6 +1772,7 @@ main (int argc, char **argv) init_sound (); #endif init_window (); + init_font (); if (!initialized) { |
