* src/pdumper.c (dump_marker): Dump undo_id.

This commit is contained in:
Helmut Eller 2026-06-16 20:27:37 +02:00
parent 195d68f101
commit aa9a6b8482

View file

@ -2252,6 +2252,7 @@ dump_marker (struct dump_context *ctx, const struct Lisp_Marker *marker)
Lisp_Vectorlike, WEIGHT_STRONG);
#else
DUMP_FIELD_COPY (out, marker, slot);
DUMP_FIELD_COPY (out, marker, undo_id);
#endif
DUMP_FIELD_COPY (out, marker, charpos);
DUMP_FIELD_COPY (out, marker, bytepos);