]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
[gnu-emacs] / src / dispnew.c
index 48a8bd283c3cc8dbe40a09c7827d917ff542bc94..307515f7bfbca76c5e736d51a0a29f516c547588 100644 (file)
@@ -6824,6 +6824,10 @@ init_display ()
     signal (SIGWINCH, window_change_signal);
 #endif /* SIGWINCH */
 
+  /* If running as a daemon, no need to initialize any frames/terminal. */
+  if (is_daemon)
+    return;
+
   /* If the user wants to use a window system, we shouldn't bother
      initializing the terminal.  This is especially important when the
      terminal is so dumb that emacs gives up before and doesn't bother