aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-05-31 08:59:49 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-05-31 08:59:49 -0700
commit1f6239bfebf39cc209b31e18c237655a1708d1ad (patch)
treebf64bc5b75757741137803bcc880d5a1545c1e72
parent77784cd46cdb8584cf3d78df4a3e8b9a67c9130b (diff)
downloaduemacs-1f6239bfebf39cc209b31e18c237655a1708d1ad.tar.gz
Up the limit on maximum lines.
Hey, get with the bloated new world.
-rw-r--r--estruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/estruct.h b/estruct.h
index 30772d5..1e6d6ec 100644
--- a/estruct.h
+++ b/estruct.h
@@ -260,7 +260,7 @@
#define SPEC 0x0800 /* special key (function keys) */
#if PKCODE
-#define MAXNLINE 100000 /* max lines from one file */
+#define MAXNLINE 10000000 /* max lines from one file */
#endif
#ifdef FALSE