mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* src/pdumper.c (dump_marker): Dump undo_id.
This commit is contained in:
parent
195d68f101
commit
aa9a6b8482
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue