diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index cdcd465ac5a..c9788ab4c6b 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -7017,7 +7017,7 @@ Frames, windows, buffers, and subprocesses count as vectors | |||
| 7017 | (but the contents of a buffer's text do not count here). */) | 7017 | (but the contents of a buffer's text do not count here). */) |
| 7018 | (void) | 7018 | (void) |
| 7019 | { | 7019 | { |
| 7020 | return listn (CONSTYPE_HEAP, 8, | 7020 | return listn (CONSTYPE_HEAP, 7, |
| 7021 | bounded_number (cons_cells_consed), | 7021 | bounded_number (cons_cells_consed), |
| 7022 | bounded_number (floats_consed), | 7022 | bounded_number (floats_consed), |
| 7023 | bounded_number (vector_cells_consed), | 7023 | bounded_number (vector_cells_consed), |