diff options
| author | Stephen Leake | 2019-04-11 14:00:02 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-11 14:00:02 -0700 |
| commit | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch) | |
| tree | e0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/fns.c | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3904,7 +3904,7 @@ static struct Lisp_Hash_Table * | |||
| 3904 | allocate_hash_table (void) | 3904 | allocate_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 |