emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99970: Remove NOMULTIPLEJOBS, unused


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99970: Remove NOMULTIPLEJOBS, unused.
Date: Tue, 20 Apr 2010 22:47:56 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99970
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-04-20 22:47:56 -0700
message:
  Remove NOMULTIPLEJOBS, unused.
  * s/template.h (NOMULTIPLEJOBS):
  * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
modified:
  src/ChangeLog
  src/s/msdos.h
  src/s/template.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-21 05:33:24 +0000
+++ b/src/ChangeLog     2010-04-21 05:47:56 +0000
@@ -1,5 +1,9 @@
 2010-04-21  Dan Nicolaescu  <address@hidden>
 
+       Remove NOMULTIPLEJOBS, unused.
+       * s/template.h (NOMULTIPLEJOBS):
+       * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
+
        Simplify LD_SWITCH_SYSTEM_TEMACS usage.
        * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
        * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure

=== modified file 'src/s/msdos.h'
--- a/src/s/msdos.h     2010-04-10 20:38:48 +0000
+++ b/src/s/msdos.h     2010-04-21 05:47:56 +0000
@@ -44,12 +44,6 @@
 
 #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select()
 
-/* NOMULTIPLEJOBS should be defined if your system's shell
- does not have "job control" (the ability to stop a program,
- run some other program, then continue the first one).  */
-
-#define NOMULTIPLEJOBS
-
 #define SYSV_SYSTEM_DIR
 
 /* Define this symbol if your system has the functions bcopy, etc. */

=== modified file 'src/s/template.h'
--- a/src/s/template.h  2010-01-13 08:35:10 +0000
+++ b/src/s/template.h  2010-04-21 05:47:56 +0000
@@ -37,12 +37,6 @@
 
 #define SYSTEM_TYPE "berkeley-unix"
 
-/* NOMULTIPLEJOBS should be defined if your system's shell
- does not have "job control" (the ability to stop a program,
- run some other program, then continue the first one).  */
-
-/* #define NOMULTIPLEJOBS */
-
 /* Emacs can read input using SIGIO and buffering characters itself,
    or using CBREAK mode and making C-g cause SIGINT.
    The choice is controlled by the variable interrupt_input.


reply via email to

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