emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] pdumper dcb44cc: Fix MS-Windows build


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper dcb44cc: Fix MS-Windows build
Date: Mon, 26 Feb 2018 12:08:58 -0500 (EST)

branch: pdumper
commit dcb44ccbed5ec7b9df892eacec55f4e5c6d14ff2
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Fix MS-Windows build
---
 src/emacs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emacs.c b/src/emacs.c
index 0ed3f90..a9db0a3 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1846,7 +1846,7 @@ Using an Emacs configured with --with-x-toolkit=lucid 
does not have this problem
   init_keyboard ();    /* This too must precede init_sys_modes.  */
   init_display ();     /* Determine terminal type.  Calls init_sys_modes.  */
 #if HAVE_W32NOTIFY
-  else
+  if (noninteractive)
     init_crit ();      /* w32notify.c needs this in batch mode.  */
 #endif /* HAVE_W32NOTIFY */
   init_xdisp ();



reply via email to

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