mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
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
@ -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…
Reference in New Issue
Block a user