summaryrefslogtreecommitdiff
path: root/src/pdumper.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2022-09-25 22:24:35 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2022-09-25 22:24:35 -0400
commit1a77f09f3ceaafa81cd400fc825f16b194b627b1 (patch)
tree36e4f9c6a0f72a18f0ec558723aee49512c92fd6 /src/pdumper.c
parent650c20f1ca4e07591a727e1cfcc74b3363d15985 (diff)
downloademacs-1a77f09f3ceaafa81cd400fc825f16b194b627b1.tar.gz
* src/buffer.c (overlays_in): Fix confusion Z-vs-ZV
This fixes test failures in `test-overlays-in-2` and `test-remove-overlays`.
Diffstat (limited to 'src/pdumper.c')
-rw-r--r--src/pdumper.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 7618f5d1e87..7053c2d74f2 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2871,9 +2871,6 @@ dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
else
out->overlays = NULL;
- /* dump_field_lv_rawptr (ctx, out, buffer, &buffer->overlays,
- ?Lisp_Vectorlike?, WEIGHT_NORMAL); */
-
dump_field_lv (ctx, out, buffer, &buffer->undo_list_,
WEIGHT_STRONG);
dump_off offset = finish_dump_pvec (ctx, &out->header);