1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 12:31:32 -08:00

Remove duplicated syms_of_xwidget call

* src/emacs.c (main): Remove duplicated syms_of_xwidget() call.
This commit is contained in:
Yuuki Harano 2020-08-16 21:37:59 +09:00 committed by Jeff Walsh
parent 2dd20b2d75
commit 6df8556ab7

View file

@ -1917,6 +1917,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
syms_of_nsselect ();
syms_of_fontset ();
#endif /* HAVE_NS */
#ifdef HAVE_PGTK
syms_of_pgtkterm ();
syms_of_pgtkfns ();
@ -1925,7 +1926,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
syms_of_pgtkim ();
syms_of_fontset ();
syms_of_xsettings ();
syms_of_xwidget ();
#endif
syms_of_gnutls ();