diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-28 11:33:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-28 11:33:43 +0000 |
commit | cabfafdc13d4a5421fe1c5527d16035760170926 (patch) | |
tree | 62f324624b1052fd1c9d595f7bb4c9f968cb57e8 /src/m | |
parent | e19e176ab9058c65a8b0b798ae814ab3b0d89ecf (diff) | |
download | emacs-cabfafdc13d4a5421fe1c5527d16035760170926.tar.gz |
(NO_MODE_T): Defined.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/tek4300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/tek4300.h b/src/m/tek4300.h index 3fe5b6c9c5c..d91a77c7d39 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h @@ -103,3 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ src/Makefile.in so it doesn't pass ${CFLAGS} when creating xmakefile. */ #define C_DEBUG_SWITCH + +/* eirik@elf.ithaca.ny.us said this was needed in 19.22. */ +#define NO_MODE_T |