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: Tue, 28 Oct 2008 04:25:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/10/28 04:25:21

Index: dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -b -r1.423 -r1.424
--- dispnew.c   9 Oct 2008 16:41:17 -0000       1.423
+++ dispnew.c   28 Oct 2008 04:25:20 -0000      1.424
@@ -6843,7 +6843,7 @@
 #endif /* SIGWINCH */
 
   /* If running as a daemon, no need to initialize any frames/terminal. */
-  if (is_daemon)
+  if (IS_DAEMON)
     return;
 
   /* If the user wants to use a window system, we shouldn't bother




reply via email to

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