aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorStephen Leake2019-04-11 14:00:02 -0700
committerStephen Leake2019-04-11 14:00:02 -0700
commit7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch)
treee0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/fns.c
parent7768581172e11be52b1fcd8224f4594e126bbdb7 (diff)
parentde238b39e335c6814283faa171b35145f124edf2 (diff)
downloademacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz
emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index b97b132b0fe..c3202495daf 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3904,7 +3904,7 @@ static struct Lisp_Hash_Table *
3904allocate_hash_table (void) 3904allocate_hash_table (void)
3905{ 3905{
3906 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Hash_Table, 3906 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Hash_Table,
3907 count, PVEC_HASH_TABLE); 3907 index, PVEC_HASH_TABLE);
3908} 3908}
3909 3909
3910/* An upper bound on the size of a hash table index. It must fit in 3910/* An upper bound on the size of a hash table index. It must fit in