emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116713: lib-src/emacsclient.c (main): #ifdef out pr


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116713: lib-src/emacsclient.c (main): #ifdef out previous change on Windows.
Date: Mon, 10 Mar 2014 00:09:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116713
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2014-03-10 01:09:30 +0100
message:
  lib-src/emacsclient.c (main): #ifdef out previous change on Windows.
modified:
  lib-src/ChangeLog              changelog-20091113204419-o5vbwnq5f7feedwu-1608
  lib-src/emacsclient.c          
emacsclient.c-20091113204419-o5vbwnq5f7feedwu-283
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2014-03-09 22:38:15 +0000
+++ b/lib-src/ChangeLog 2014-03-10 00:09:30 +0000
@@ -1,3 +1,7 @@
+2014-03-10  Juanma Barranquero  <address@hidden>
+
+       * emacsclient.c (main): #ifdef out previous change on Windows.
+
 2014-03-09  Paul Eggert  <address@hidden>
 
        Fix emacsclient terminal corruption when in background (Bug#16892).

=== modified file 'lib-src/emacsclient.c'
--- a/lib-src/emacsclient.c     2014-03-09 22:38:15 +0000
+++ b/lib-src/emacsclient.c     2014-03-10 00:09:30 +0000
@@ -1556,6 +1556,7 @@
       exit (EXIT_FAILURE);
     }
 
+#ifndef WINDOWSNT
   if (tty)
     {
       pid_t pgrp = getpgrp ();
@@ -1563,6 +1564,7 @@
       if (0 <= tcpgrp && tcpgrp != pgrp)
        kill (-pgrp, SIGTTIN);
     }
+#endif /* !WINDOWSNT */
 
   /* If alternate_editor is the empty string, start the emacs daemon
      in case of failure to connect.  */


reply via email to

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