]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
merge master
[gnu-emacs] / src / emacs.c
index ca1a8b26d8163ad7cbaa3da5a7ff8b85288923ee..d83311ac5b6b32849065973b34862819a5565c34 100644 (file)
@@ -70,6 +70,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "buffer.h"
 #include "window.h"
 
+#ifdef HAVE_XWIDGETS
+#include "xwidget.h"
+#endif
 #include "systty.h"
 #include "atimer.h"
 #include "blockinput.h"
@@ -1439,6 +1442,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
       syms_of_xfns ();
       syms_of_xmenu ();
       syms_of_fontset ();
+#ifdef HAVE_XWIDGETS
+      syms_of_xwidget();
+#endif
       syms_of_xsettings ();
 #ifdef HAVE_X_SM
       syms_of_xsmfns ();