diff options
| author | Yuuki Harano | 2020-08-16 21:37:59 +0900 |
|---|---|---|
| committer | Jeff Walsh | 2020-11-24 12:24:40 +1100 |
| commit | 6df8556ab71ef8ae38e52d770d56510da65a614e (patch) | |
| tree | ea7b3e7cada6c4051d87b27843bf6a259f03c950 /src | |
| parent | 2dd20b2d7595877b7c733fa52695905c920a9d2a (diff) | |
| download | emacs-6df8556ab71ef8ae38e52d770d56510da65a614e.tar.gz emacs-6df8556ab71ef8ae38e52d770d56510da65a614e.zip | |
Remove duplicated syms_of_xwidget call
* src/emacs.c (main): Remove duplicated syms_of_xwidget() call.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index f8331848632..253f5f7ba16 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1917,6 +1917,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1917 | syms_of_nsselect (); | 1917 | syms_of_nsselect (); |
| 1918 | syms_of_fontset (); | 1918 | syms_of_fontset (); |
| 1919 | #endif /* HAVE_NS */ | 1919 | #endif /* HAVE_NS */ |
| 1920 | |||
| 1920 | #ifdef HAVE_PGTK | 1921 | #ifdef HAVE_PGTK |
| 1921 | syms_of_pgtkterm (); | 1922 | syms_of_pgtkterm (); |
| 1922 | syms_of_pgtkfns (); | 1923 | syms_of_pgtkfns (); |
| @@ -1925,7 +1926,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1925 | syms_of_pgtkim (); | 1926 | syms_of_pgtkim (); |
| 1926 | syms_of_fontset (); | 1927 | syms_of_fontset (); |
| 1927 | syms_of_xsettings (); | 1928 | syms_of_xsettings (); |
| 1928 | syms_of_xwidget (); | ||
| 1929 | #endif | 1929 | #endif |
| 1930 | 1930 | ||
| 1931 | syms_of_gnutls (); | 1931 | syms_of_gnutls (); |