emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Wed, 24 Sep 2008 19:58:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/09/24 19:58:08

Index: dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -b -r1.417 -r1.418
--- dispnew.c   30 Aug 2008 12:14:31 -0000      1.417
+++ dispnew.c   24 Sep 2008 19:58:07 -0000      1.418
@@ -6892,6 +6892,10 @@
     }
 #endif
 
+  /* If running as a daemon, no need to initialize any frames/terminal. */
+  if (is_daemon)
+    return;
+
   /* If no window system has been specified, try to use the terminal.  */
   if (! isatty (0))
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]