diff options
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)  #ifdef HAVE_X_WINDOWS        syms_of_xterm ();        syms_of_xfns (); +      syms_of_xfaces ();  #ifdef HAVE_X11        syms_of_xselect ();  #endif | 
