From: Richard M. Stallman Date: Fri, 1 Sep 1995 02:02:17 +0000 (+0000) Subject: (save_excursion_save): Pass the new arg to Fcopy_marker. X-Git-Tag: emacs-19.34~2878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aea4a109af0f37a139c63a0cf86512437612030a;p=emacs.git (save_excursion_save): Pass the new arg to Fcopy_marker. --- 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))); }