diff options
| author | Richard M. Stallman | 1993-03-28 05:20:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-03-28 05:20:42 +0000 |
| commit | 9c3f23b7e7b1d01064ba9da65b61f0d24af965fc (patch) | |
| tree | aa55edf53a9a0f298fb5405c6381e2d6ccc6dc8e /src | |
| parent | f211082d1e08fc2efdd7aa996bc19dfc24449de2 (diff) | |
| download | emacs-9c3f23b7e7b1d01064ba9da65b61f0d24af965fc.tar.gz emacs-9c3f23b7e7b1d01064ba9da65b61f0d24af965fc.zip | |
(main): Call syms_of_xfaces.
Diffstat (limited to 'src')
| -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 c0bec6b793c..ac4f391681a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -547,6 +547,7 @@ main (argc, argv, envp) | |||
| 547 | #ifdef HAVE_X_WINDOWS | 547 | #ifdef HAVE_X_WINDOWS |
| 548 | syms_of_xterm (); | 548 | syms_of_xterm (); |
| 549 | syms_of_xfns (); | 549 | syms_of_xfns (); |
| 550 | syms_of_xfaces (); | ||
| 550 | #ifdef HAVE_X11 | 551 | #ifdef HAVE_X11 |
| 551 | syms_of_xselect (); | 552 | syms_of_xselect (); |
| 552 | #endif | 553 | #endif |