scratch/igc/weak-undo-list aa9a6b8482a 1/2: * src/pdumper.c (dump_marker): Dump undo_id.
Helmut Eller <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: scratch/igc/weak-undo-list commit aa9a6b8482af992d0a4fdd6bf39bfac481a6d0cd Author: Helmut Eller <[email protected]> Commit: Helmut Eller <[email protected]> * src/pdumper.c (dump_marker): Dump undo_id. --- src/pdumper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pdumper.c b/src/pdumper.c index b2532103c5f..3d0a44a21c2 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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);