aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love1999-08-20 16:57:43 +0000
committerDave Love1999-08-20 16:57:43 +0000
commit965a811c6d8a89615dc71f022c0c150586cfe47b (patch)
treeb733b52f4e17c339d476732b05cfe864ab7087b0 /src
parent01b23b99331adfc354ed2eb9e5a801f047abcbbf (diff)
downloademacs-965a811c6d8a89615dc71f022c0c150586cfe47b.tar.gz
emacs-965a811c6d8a89615dc71f022c0c150586cfe47b.zip
Revert previous change.
Diffstat (limited to 'src')
-rw-r--r--src/cm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cm.c b/src/cm.c
index 8ab302a6012..ef4dccd23de 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -25,10 +25,6 @@ Boston, MA 02111-1307, USA. */
25#include "cm.h" 25#include "cm.h"
26#include "termhooks.h" 26#include "termhooks.h"
27 27
28#ifdef HAVE_TERMCAP_H
29#include <termcap.h>
30#endif
31
32#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines 28#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
33 use about 2000.... */ 29 use about 2000.... */
34 30