diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-03-28 05:20:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-03-28 05:20:42 +0000 |
commit | 9c3f23b7e7b1d01064ba9da65b61f0d24af965fc (patch) | |
tree | aa55edf53a9a0f298fb5405c6381e2d6ccc6dc8e | |
parent | f211082d1e08fc2efdd7aa996bc19dfc24449de2 (diff) | |
download | emacs-9c3f23b7e7b1d01064ba9da65b61f0d24af965fc.tar.gz emacs-9c3f23b7e7b1d01064ba9da65b61f0d24af965fc.tar.bz2 emacs-9c3f23b7e7b1d01064ba9da65b61f0d24af965fc.zip |
(main): Call syms_of_xfaces.
-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) #ifdef HAVE_X_WINDOWS syms_of_xterm (); syms_of_xfns (); + syms_of_xfaces (); #ifdef HAVE_X11 syms_of_xselect (); #endif |