aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 5dbc921f829..a897a871a4e 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1610,7 +1610,7 @@ OBARRAY defaults to the value of `obarray'.")
1610 return Qnil; 1610 return Qnil;
1611} 1611}
1612 1612
1613#define OBARRAY_SIZE 509 1613#define OBARRAY_SIZE 1511
1614 1614
1615void 1615void
1616init_obarray () 1616init_obarray ()