From c983d26bbe90967bc72e550c28e3898e55895167 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Sep 1995 02:02:17 +0000 Subject: (save_excursion_save): Pass the new arg to Fcopy_marker. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editfns.c') diff --git a/src/editfns.c b/src/editfns.c index e0593c69bdf..ee4993f057b 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -251,7 +251,7 @@ save_excursion_save () == 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))); } -- cgit v1.2.1