diff --git a/src/.lldbinit b/src/.lldbinit index 7f186748bae..3934a54e296 100644 --- a/src/.lldbinit +++ b/src/.lldbinit @@ -72,6 +72,6 @@ b die target create emacs env EMACS_TEST_DIRECTORY=/Users/gerd/emacs/github/igc/test command alias go process launch --working-dir ../test -settings set -- target.run-args --module-assertions --no-init-file --no-site-file --no-site-lisp -L ":." -l ert --eval "(setq treesit-extra-load-path '(\"/Users/gerd/.emacs.d/tree-sitter\"))" -l lisp/net/tramp-tests --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))))' +settings set -- target.run-args --module-assertions --no-init-file --no-site-file --no-site-lisp -L ":." -l ert --eval "(setq treesit-extra-load-path '(\"/Users/gerd/.emacs.d/tree-sitter\"))" -l lisp/emacs-lisp/package-tests --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))))' # end. diff --git a/src/igc.c b/src/igc.c index ff1df006eb7..9bb041da59c 100644 --- a/src/igc.c +++ b/src/igc.c @@ -1174,6 +1174,7 @@ fix_buffer (mps_ss_t ss, struct buffer *b) IGC_FIX12_RAW (ss, &b->own_text.intervals); IGC_FIX12_RAW (ss, &b->own_text.markers); IGC_FIX12_RAW (ss, &b->overlays); + IGC_FIX12_RAW (ss, &b->own_text.markers); IGC_FIX12_RAW (ss, &b->base_buffer); if (b->base_buffer)