diff options
| author | Vibhav Pant <vibhavp@gmail.com> | 2023-03-08 22:07:57 +0530 |
|---|---|---|
| committer | Vibhav Pant <vibhavp@gmail.com> | 2023-03-08 22:07:57 +0530 |
| commit | 15a32ea199854a2ca975da86d52135c37f92a0e3 (patch) | |
| tree | 19c6573d88fad04b6439e112c726801df44d0469 /src/emacs.c | |
| parent | 82226254c86b44f8a35d0d9f5b4bb7070c631176 (diff) | |
| parent | 5ff018524c740c77215ddb5d5983dbfcadb05599 (diff) | |
| download | emacs-15a32ea199854a2ca975da86d52135c37f92a0e3.tar.gz | |
Merge branch 'master' into scratch/comp-static-data
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 214e2e2a296..282e2f48100 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2447,7 +2447,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem #ifdef HAVE_DBUS init_dbusbind (); #endif -#if defined(USE_GTK) && !defined(HAVE_PGTK) + +#ifdef HAVE_X_WINDOWS init_xterm (); #endif |
