Fix a typo in alloc.c
* src/alloc.c (Fmemory_use_counts): The list we return now has only 7 elements, not 8. (Bug#32531)
This commit is contained in:
parent
5c642b2dc1
commit
18d52b90a1
1 changed files with 1 additions and 1 deletions
|
@ -7017,7 +7017,7 @@ Frames, windows, buffers, and subprocesses count as vectors
|
|||
(but the contents of a buffer's text do not count here). */)
|
||||
(void)
|
||||
{
|
||||
return listn (CONSTYPE_HEAP, 8,
|
||||
return listn (CONSTYPE_HEAP, 7,
|
||||
bounded_number (cons_cells_consed),
|
||||
bounded_number (floats_consed),
|
||||
bounded_number (vector_cells_consed),
|
||||
|
|
Loading…
Add table
Reference in a new issue