aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 698bf9b50ae..a72fced1bf2 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -626,6 +626,8 @@ decode_options (int argc, char **argv)
626 alt_display = "w32"; 626 alt_display = "w32";
627#elif defined (HAVE_HAIKU) 627#elif defined (HAVE_HAIKU)
628 alt_display = "be"; 628 alt_display = "be";
629#elif defined (HAVE_ANDROID)
630 alt_display = "android";
629#endif 631#endif
630 632
631#ifdef HAVE_PGTK 633#ifdef HAVE_PGTK