]> git.eshelyaron.com Git - emacs.git/commitdiff
(main) [SIGSTOP]: Change conditional from WINDOWSNT.
authorJason Rumney <jasonr@gnu.org>
Thu, 20 Sep 2007 14:58:41 +0000 (14:58 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 20 Sep 2007 14:58:41 +0000 (14:58 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index de2456af3581517d79c52fa243d15946b54701d4..b76c85d4b195c5381159c27b35baa7ed1d3e2064 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-20  Jason Rumney  <jasonr@gnu.org>
+
+       * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
+
 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacsclient.c (current_frame): Change the default.
index e098bc213b36b36d0ae5be85f55a8d4077f9954a..3b16b15f94a3488d6d3857a32061f90f9e9de03d 100644 (file)
@@ -1491,7 +1491,7 @@ main (argc, argv)
           fprintf (stderr, "*ERROR*: %s", str);
           needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n';
         }
-#ifndef WINDOWSNT
+#ifdef SIGSTOP
       else if (strprefix ("-suspend ", string))
         {
           /* -suspend: Suspend this terminal, i.e., stop the process. */