diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-25 23:44:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-25 23:44:19 +0000 |
commit | bd7caa546cbe6bb688b32e2af07b83e18a55e789 (patch) | |
tree | f5b45f42ea59c16c61419ce6d18ebb701807ee73 /src/m/tek4300.h | |
parent | 89b3f8941902f9ec9267d9431c247c1d27fbda24 (diff) | |
download | emacs-bd7caa546cbe6bb688b32e2af07b83e18a55e789.tar.gz |
(BSD_PGRPS): Defined.
Diffstat (limited to 'src/m/tek4300.h')
-rw-r--r-- | src/m/tek4300.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/tek4300.h b/src/m/tek4300.h index 44dd64fd445..c0cd938d66d 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h @@ -105,3 +105,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* eirik@elf.ithaca.ny.us said this was needed in 19.22. */ #define NO_MODE_T + +/* Process groups work in the traditional BSD manner. */ + +#define BSD_PGRPS |