# HG changeset patch # User Richard M. Stallman # Date 809920937 0 # Node ID 385a67ad96c30c0e17e7bb86e459739ae7d08039 # Parent 7a540e9cb21af70ae7a15d058971b9b26560a68e (save_excursion_save): Pass the new arg to Fcopy_marker. diff -r 7a540e9cb21a -r 385a67ad96c3 src/editfns.c --- a/src/editfns.c Fri Sep 01 02:01:29 1995 +0000 +++ b/src/editfns.c Fri Sep 01 02:02:17 1995 +0000 @@ -251,7 +251,7 @@ == current_buffer); return Fcons (Fpoint_marker (), - Fcons (Fcopy_marker (current_buffer->mark), + Fcons (Fcopy_marker (current_buffer->mark, Qnil), Fcons (visible ? Qt : Qnil, current_buffer->mark_active))); }